Skip to content

Commit 925597a

Browse files
committed
using sycl-rel-5-2-0-rk compiler
1 parent e2128d3 commit 925597a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/continuous.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
image: rockylinux:8.7
3333
runs-on: '[ "Linux", "docker", "build" ]'
3434
project: embree
35-
env-from-files: ./.github/workflows/dpcpp-sycl-nightly.env
35+
dpcpp-version: intel-llvm/sycl-rel_5_2_0-rk
3636
artifact-out: release-linux-sycl
3737
artifact-path: ./build/*.tar.gz
3838
pre-cmd: |
@@ -56,7 +56,8 @@ jobs:
5656
options: --device=/dev/dri:/dev/dri
5757
runs-on: '[ "Linux", "docker", "dg2" ]'
5858
project: embree
59-
env-from-files: ./.github/workflows/dpcpp-sycl-nightly.env ./.github/workflows/gfx-ubuntu24-public.env
59+
dpcpp-version: intel-llvm/sycl-rel_5_2_0-rk
60+
env-from-files: ./.github/workflows/gfx-ubuntu24-public.env
6061
artifact-in: release-linux-sycl
6162
cmd: |
6263
export VERBOSE=5

0 commit comments

Comments
 (0)