Skip to content

Commit 5511ed1

Browse files
authored
[CI] Use the LLVM 15 dev-igc artifact (#18207)
The public IGC CI is a bloodbath as usual, and now the LLVM 14 builds are failing while 15 is passing, so use those. Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
1 parent 90bbdec commit 5511ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/scripts/update_drivers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def uplift_linux_igfx_driver(config, platform_tag, igc_dev_only):
4646
config[platform_tag]["igc_dev"]["version"] = igcdevver
4747
config[platform_tag]["igc_dev"]["updated_at"] = igc_dev["updated_at"]
4848
config[platform_tag]["igc_dev"]["url"] = get_artifacts_download_url(
49-
"intel/intel-graphics-compiler", "IGC_Ubuntu24.04_llvm14_clang-" + igcdevver
49+
"intel/intel-graphics-compiler", "IGC_Ubuntu24.04_llvm15_clang-" + igcdevver
5050
)
5151
return config
5252

0 commit comments

Comments
 (0)