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
|
||||
|
||||
@@ -118,7 +118,7 @@
|
||||
/usr/local/lib/libGLX_mesa.so
|
||||
/usr/local/lib/libGLX_mesa.so.0
|
||||
/usr/local/lib/libGLX_mesa.so.0.0.0
|
||||
/usr/local/lib/libgallium-24.3.0.so
|
||||
/usr/local/lib/libgallium-24.3.1.so
|
||||
/usr/local/lib/libgbm.so
|
||||
/usr/local/lib/libgbm.so.1
|
||||
/usr/local/lib/libgbm.so.1.0.0
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
/usr/local/lib64/libGLX_mesa.so
|
||||
/usr/local/lib64/libGLX_mesa.so.0
|
||||
/usr/local/lib64/libGLX_mesa.so.0.0.0
|
||||
/usr/local/lib64/libgallium-24.3.0.so
|
||||
/usr/local/lib64/libgallium-24.3.1.so
|
||||
/usr/local/lib64/libgbm.so
|
||||
/usr/local/lib64/libgbm.so.1
|
||||
/usr/local/lib64/libgbm.so.1.0.0
|
||||
|
||||
@@ -3,7 +3,7 @@ require 'buildsystems/meson'
|
||||
class Mesa < Meson
|
||||
description 'Open-source implementation of the OpenGL specification'
|
||||
homepage 'https://www.mesa3d.org'
|
||||
version '24.3.0-llvm19'
|
||||
version '24.3.1-llvm19'
|
||||
license 'MIT'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
source_url 'https://gitlab.freedesktop.org/mesa/mesa.git'
|
||||
@@ -11,9 +11,9 @@ class Mesa < Meson
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: '52ce3b58a03dd9f472bf1a704ecc39ed509e334537a594be3beec1628529b745',
|
||||
armv7l: '52ce3b58a03dd9f472bf1a704ecc39ed509e334537a594be3beec1628529b745',
|
||||
x86_64: '0875d0cf28fd01fcb274d12221c40f2e1761f4eedce62ee838f5cf281eea9a4a'
|
||||
aarch64: 'd090a7176037a45a73a7b1bdd729898975e51b257adac6de4d4499d398814bc6',
|
||||
armv7l: 'd090a7176037a45a73a7b1bdd729898975e51b257adac6de4d4499d398814bc6',
|
||||
x86_64: 'a0c35488d5d1ac66dbc93e3820a8442ab03f7d58ef938cfde8d8428fa2bbeb26'
|
||||
})
|
||||
|
||||
depends_on 'elfutils' # R
|
||||
|
||||
Reference in New Issue
Block a user