Skip to content

Commit 0cc2a48

Browse files
committed
Update CI to Mesa 26.0.3.
Update `.github/actions/install-mesa/action.yml` to refer to `build28`, which is Mesa 26.0.3. Update the generated ICD file's API version, and update `file_format_version`.
1 parent ef79a92 commit 0cc2a48

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 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.0.3"
88
# Corresponds to https://github.com/gfx-rs/ci-build/releases
99
ci-binary-build:
10-
default: "build26"
10+
default: "build28"
1111
target-dir:
1212
description: "The directory into which to install the Mesa libraries."
1313
default: "target/llvm-cov-target/debug"
@@ -33,10 +33,10 @@ runs:
3333
cat <<- EOF > icd.json
3434
{
3535
"ICD": {
36-
"api_version": "1.1.255",
36+
"api_version": "1.4.335",
3737
"library_path": "$PWD/mesa/lib/x86_64-linux-gnu/libvulkan_lvp.so"
3838
},
39-
"file_format_version": "1.0.0"
39+
"file_format_version": "1.0.1"
4040
}
4141
EOF
4242

0 commit comments

Comments
 (0)