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 e2128d3 commit 925597aCopy full SHA for 925597a
.github/workflows/continuous.yml
@@ -32,7 +32,7 @@ jobs:
32
image: rockylinux:8.7
33
runs-on: '[ "Linux", "docker", "build" ]'
34
project: embree
35
- env-from-files: ./.github/workflows/dpcpp-sycl-nightly.env
+ dpcpp-version: intel-llvm/sycl-rel_5_2_0-rk
36
artifact-out: release-linux-sycl
37
artifact-path: ./build/*.tar.gz
38
pre-cmd: |
@@ -56,7 +56,8 @@ jobs:
56
options: --device=/dev/dri:/dev/dri
57
runs-on: '[ "Linux", "docker", "dg2" ]'
58
59
- env-from-files: ./.github/workflows/dpcpp-sycl-nightly.env ./.github/workflows/gfx-ubuntu24-public.env
60
+ env-from-files: ./.github/workflows/gfx-ubuntu24-public.env
61
artifact-in: release-linux-sycl
62
cmd: |
63
export VERBOSE=5
0 commit comments