Skip to content

Commit 4b819cc

Browse files
authored
Revert "Try to fix pre-commit CI with a hack (#12201)" (#13408)
This reverts commit 66a741b. UR can build fine with ROCm 6.0 now, so we should be good to revert this
1 parent 06bd6bc commit 4b819cc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/sycl-linux-precommit.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ jobs:
4545
build_cache_root: "/__w/"
4646
build_artifact_suffix: "default"
4747
build_cache_suffix: "default"
48-
# FIXME: UR can't find /opt/rocm/hsa with rocm-6.0.0. Previous rocm-5.7.0 had it.
49-
build_image: "ghcr.io/intel/llvm/ubuntu2204_build:7ed894ab0acc8ff09262113fdb08940d22654a30"
5048
changes: ${{ needs.detect_changes.outputs.filters }}
5149

5250
determine_arc_tests:
@@ -75,8 +73,7 @@ jobs:
7573
include:
7674
- name: AMD/HIP
7775
runner: '["Linux", "amdgpu"]'
78-
# FIXME: Keep in sync with the above hack.
79-
image: ghcr.io/intel/llvm/ubuntu2204_build:7ed894ab0acc8ff09262113fdb08940d22654a30
76+
image: ghcr.io/intel/llvm/ubuntu2204_build:latest
8077
image_options: -u 1001 --device=/dev/dri --device=/dev/kfd
8178
target_devices: ext_oneapi_hip:gpu
8279
- name: Intel

0 commit comments

Comments
 (0)