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

View File

@@ -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

View File

@@ -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

View File

@@ -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