Skip to content

Commit

Permalink
[CI] Use intel_drivers:alldeps container on build_e2e_tests preco…
Browse files Browse the repository at this point in the history
…mmit 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.
  • Loading branch information
ayylol authored Jan 15, 2025
1 parent 305705c commit 5bf9731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sycl-linux-precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
with:
name: Build e2e tests
runner: '["Linux", "build"]'
image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:latest
image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps
image_options: -u 1001
ref: ${{ github.sha }}
merge_ref: ''
Expand Down

0 comments on commit 5bf9731

Please sign in to comment.