Skip to content

Commit 5bf9731

Browse files
authored
[CI] Use intel_drivers:alldeps container on build_e2e_tests precommit step (#16634)
`ubuntu2404_intel_drivers:latest` container was used here previously because there was no Ubuntu 24 version of the `alldeps` container, and we were only building for the `spir64` triple. This container has since been added so we can use it instead. This will allow us to compile for the other triples in the `build-only` step in the future.
1 parent 305705c commit 5bf9731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
with:
8282
name: Build e2e tests
8383
runner: '["Linux", "build"]'
84-
image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:latest
84+
image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps
8585
image_options: -u 1001
8686
ref: ${{ github.sha }}
8787
merge_ref: ''

0 commit comments

Comments
 (0)