Skip to content

Commit 45d57c9

Browse files
Update ShaderC Configuration To Current January 2026 (#483)
- Current CI is broken due to invalid links for downloading resources from ShaderC. - repoConfiguration.json updated with the current links according to https://github.com/google/shaderc/blob/main/downloads.md Closes #482 Co-authored-by: Mathew Benson <mathew@benson.co.ke>
1 parent f7a203d commit 45d57c9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

repoConfiguration.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"ShaderC": {
77
"MinimumVersion": "11.1.0",
88
"Windows": {
9-
"Url": "https://storage.googleapis.com/shaderc/artifacts/prod/graphics_shader_compiler/shaderc/windows/continuous_release_2019/26/20230810-123915/install.zip"
9+
"Url": "https://storage.googleapis.com/shaderc/artifacts/prod/graphics_shader_compiler/shaderc/windows/vs2022_amd64_release_continuous/29/20260112-140346/install.zip"
1010
},
1111
"macOS": {
12-
"Url": "https://storage.googleapis.com/shaderc/artifacts/prod/graphics_shader_compiler/shaderc/macos/continuous_clang_release/472/20240708-061139/install.tgz"
12+
"Url": "https://storage.googleapis.com/shaderc/artifacts/prod/graphics_shader_compiler/shaderc/macos/continuous_clang_release/519/20260112-140351/install.tgz"
1313
},
1414
"Linux": {
15-
"Url": "https://storage.googleapis.com/shaderc/artifacts/prod/graphics_shader_compiler/shaderc/linux/continuous_gcc_release/500/20250807-100822/install.tgz"
15+
"Url": "https://storage.googleapis.com/shaderc/artifacts/prod/graphics_shader_compiler/shaderc/linux/continuous_clang_release/510/20260112-140346/install.tgz"
1616
}
1717
},
1818
"GlslangValidator": {

0 commit comments

Comments
 (0)