Skip to content

Commit 4dab7a7

Browse files
authored
[CI] Build the nightly on Ubuntu 22.04 (#16489)
Precommit uses the nightly compiler to build, and user branches not merged into HEAD won't build on 24.04, so we get a glibc error because the nightly was built on 24.04 but the current job is running on 22.04. Build the nightly on 22.04 to not break precommit and anyone using the nightly images directly. Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
1 parent 31a339e commit 4dab7a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sycl-nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
build_cache_root: "/__w/"
1717
build_artifact_suffix: default
1818
build_configure_extra_args: '--hip --cuda'
19+
build_image: ghcr.io/intel/llvm/ubuntu2204_build:latest
1920
merge_ref: ''
2021
retention-days: 90
2122

0 commit comments

Comments
 (0)