Skip to content

Commit 66a741b

Browse files
Try to fix pre-commit CI with a hack (#12201)
1 parent 43adc8a commit 66a741b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/sycl_linux_precommit.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ jobs:
7171
build_cache_root: "/__w/"
7272
build_artifact_suffix: "default"
7373
build_cache_suffix: "default"
74+
# FIXME: UR can't find /opt/rocm/hsa with rocm-6.0.0. Previous rocm-5.7.0 had it.
75+
build_image: "ghcr.io/intel/llvm/ubuntu2204_build:7ed894ab0acc8ff09262113fdb08940d22654a30"
7476
changes: ${{ needs.detect_changes.outputs.filters }}
7577

7678
test:
@@ -82,7 +84,8 @@ jobs:
8284
include:
8385
- name: AMD/HIP
8486
runner: '["Linux", "amdgpu"]'
85-
image: ghcr.io/intel/llvm/ubuntu2204_build:latest
87+
# FIXME: Keep in sync with the above hack.
88+
image: ghcr.io/intel/llvm/ubuntu2204_build:7ed894ab0acc8ff09262113fdb08940d22654a30
8689
image_options: -u 1001 --device=/dev/dri --device=/dev/kfd
8790
target_devices: ext_oneapi_hip:gpu
8891
- name: Intel

0 commit comments

Comments
 (0)