Automatic PR to build packages for mesa on 2024-12-05-03-13 (#10871)

* mesa => 24.3.1

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Adjust workflows to not error on grep failure.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add built packages for linux/amd64 to mesa

* Add built packages for linux/arm/v7 to mesa

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: satmandu <satmandu@users.noreply.github.com>
Co-authored-by: Ed Reel <edreel@gmail.com>
This commit is contained in:
github-actions[bot]
2024-12-05 02:24:12 -06:00
committed by GitHub
parent 506135aa58
commit 44e29d433a
5 changed files with 8 additions and 8 deletions

View File

@@ -128,7 +128,7 @@ jobs:
-v $(pwd):/output \
"satmandu/crewbuild:${CONTAINER}" \
/bin/chromebrewstart /output/tools/github_actions_update_builder.sh > >(tee -a /tmp/build.log) 2> >(tee -a /tmp/build.log >&2)
grep "Built and Uploaded:" /tmp/build.log
grep "Built and Uploaded:" /tmp/build.log || true
sudo rm -rf release
- name: Add updated packages to PR.
id: push-check

View File

@@ -180,7 +180,7 @@ jobs:
-v $(pwd):/output \
"satmandu/crewbuild:${CONTAINER}" \
/bin/chromebrewstart /output/tools/github_actions_update_builder.sh > >(tee -a /tmp/build.log) 2> >(tee -a /tmp/build.log >&2)
grep "Built and Uploaded:" /tmp/build.log
grep "Built and Uploaded:" /tmp/build.log || true
sudo rm -rf release
- name: Add updated packages to PR.
id: push-check