Skip to content

Commit 13a972d

Browse files
committed
Update CI to Mesa 26.1.5.
Update `.github/actions/install-mesa/action.yml` to refer to `build27`, which is Mesa 26.1.5. Update the generated ICD file's API version, and add a `library_arch` field; update `file_format_version` accordingly.
1 parent ef79a92 commit 13a972d

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/actions/install-mesa/action.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ inputs:
44
# Sourced from https://archive.mesa3d.org/. Bumping this requires
55
# updating the mesa build in https://github.com/gfx-rs/ci-build and creating a new release.
66
version:
7-
default: "25.2.7"
7+
default: "26.1.5"
88
# Corresponds to https://github.com/gfx-rs/ci-build/releases
99
ci-binary-build:
10-
default: "build26"
10+
default: "build27"
1111
target-dir:
1212
description: "The directory into which to install the Mesa libraries."
1313
default: "target/llvm-cov-target/debug"
@@ -33,10 +33,11 @@ runs:
3333
cat <<- EOF > icd.json
3434
{
3535
"ICD": {
36-
"api_version": "1.1.255",
36+
"api_version": "1.4.354",
37+
"library_arch": "64",
3738
"library_path": "$PWD/mesa/lib/x86_64-linux-gnu/libvulkan_lvp.so"
3839
},
39-
"file_format_version": "1.0.0"
40+
"file_format_version": "1.0.1"
4041
}
4142
EOF
4243

0 commit comments

Comments
 (0)