Skip to content

Commit e0089dc

Browse files
authored
[CI][SYCL-Rel] Build llvm with ubuntu2204 image (#16601)
Also use the latest image for cuda
1 parent 127ac8c commit e0089dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sycl-rel-nightly.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
build_cache_root: "/__w/"
3939
build_artifact_suffix: default
4040
build_configure_extra_args: '--hip --cuda'
41+
build_image: ghcr.io/intel/llvm/ubuntu2204_build:latest
4142
merge_ref: ''
4243
build_ref: sycl-rel-6_0_0
4344

@@ -156,7 +157,7 @@ jobs:
156157
with:
157158
name: CUDA E2E
158159
runner: '["aws_cuda-${{ github.run_id }}-${{ github.run_attempt }}"]'
159-
image: ghcr.io/intel/llvm/ubuntu2204_build:latest-0300ac924620a51f76c4929794637b82790f12ab
160+
image: ghcr.io/intel/llvm/ubuntu2204_build:latest
160161
image_options: -u 1001 --gpus all --cap-add SYS_ADMIN --env NVIDIA_DISABLE_REQUIRE=1
161162
target_devices: cuda:gpu
162163
ref: sycl-rel-6_0_0

0 commit comments

Comments
 (0)