Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VTK
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Spiros Tsalikis
VTK
Commits
f1377b1e
Commit
f1377b1e
authored
3 weeks ago
by
Ben Boeckel
Browse files
Options
Downloads
Patches
Plain Diff
ci: update Mesa source download URLs
parent
ba2b133c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab/ci/docker/python-mesa-egl/install_mesa_egl.sh
+1
-1
1 addition, 1 deletion
.gitlab/ci/docker/python-mesa-egl/install_mesa_egl.sh
.gitlab/ci/docker/python-osmesa/install_osmesa.sh
+1
-1
1 addition, 1 deletion
.gitlab/ci/docker/python-osmesa/install_osmesa.sh
with
2 additions
and
2 deletions
.gitlab/ci/docker/python-mesa-egl/install_mesa_egl.sh
+
1
−
1
View file @
f1377b1e
...
...
@@ -12,7 +12,7 @@ readonly llvm_url="https://github.com/llvm/llvm-project/releases/download/llvmor
readonly
mesa_version
=
"22.3.2"
readonly
mesa_sha256sum
=
"c15df758a8795f53e57f2a228eb4593c22b16dffd9b38f83901f76cd9533140b"
readonly
mesa_filename
=
"mesa-
$mesa_version
.tar.xz"
readonly
mesa_url
=
"https://archive.mesa3d.org/
$mesa_filename
"
readonly
mesa_url
=
"https://archive.mesa3d.org/
older-versions/22.x/
$mesa_filename
"
readonly
mesa_root
=
"
$HOME
/mesa"
readonly
mesa_prefix
=
"/opt/mesa"
...
...
This diff is collapsed.
Click to expand it.
.gitlab/ci/docker/python-osmesa/install_osmesa.sh
+
1
−
1
View file @
f1377b1e
...
...
@@ -12,7 +12,7 @@ readonly llvm_url="https://github.com/llvm/llvm-project/releases/download/llvmor
readonly
mesa_version
=
"22.3.2"
readonly
mesa_sha256sum
=
"c15df758a8795f53e57f2a228eb4593c22b16dffd9b38f83901f76cd9533140b"
readonly
mesa_filename
=
"mesa-
$mesa_version
.tar.xz"
readonly
mesa_url
=
"https://archive.mesa3d.org/
$mesa_filename
"
readonly
mesa_url
=
"https://archive.mesa3d.org/
older-versions/22.x/
$mesa_filename
"
readonly
osmesa_root
=
"
$HOME
/osmesa"
readonly
osmesa_prefix
=
"/opt/osmesa"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment