mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
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:
committed by
GitHub
parent
506135aa58
commit
44e29d433a
2
.github/workflows/Build.yml
vendored
2
.github/workflows/Build.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/Updater.yml
vendored
2
.github/workflows/Updater.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user