We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d9a61 commit c7b9c7bCopy full SHA for c7b9c7b
.github/workflows/sycl-linux-build.yml
@@ -159,7 +159,7 @@ jobs:
159
- name: Setup oneAPI env
160
if: ${{ inputs.cc == 'icx' || inputs.cxx == 'icpx' }}
161
run: |
162
- source /opt/whatever
+ source /opt/intel/oneapi/setvars.sh
163
164
- name: Configure
165
env:
.github/workflows/sycl-post-commit.yml
@@ -32,7 +32,7 @@ jobs:
32
if: github.repository == 'intel/llvm'
33
uses: ./.github/workflows/sycl-linux-build.yml
34
with:
35
- build_image: "ghcr.io/intel/llvm/sycl_ubuntu2404_build_oneapi:latest"
+ build_image: "ghcr.io/intel/llvm/ubuntu2404_build_oneapi:latest"
36
build_cache_root: "/__w/llvm"
37
build_cache_suffix: icx
38
build_artifact_suffix: default
0 commit comments