Skip to content

Commit 39506e4

Browse files
authored
[CI] Remove Nightly build configuration for opaque pointers (#10723)
This mode is tested by the default configuration now.
1 parent e020f69 commit 39506e4

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/sycl_nightly.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,6 @@ jobs:
3131
# prefer widespread gzip compression.
3232
artifact_archive_name: sycl_linux.tar.gz
3333

34-
ubuntu2204_opaque_pointers_build_test:
35-
if: github.repository == 'intel/llvm'
36-
uses: ./.github/workflows/sycl_linux_build_and_test.yml
37-
needs: test_matrix
38-
secrets: inherit
39-
with:
40-
build_cache_root: "/__w/"
41-
build_cache_suffix: opaque_pointers
42-
build_artifact_suffix: opaque_pointers
43-
build_configure_extra_args: "--hip --cuda --enable-esimd-emulator --cmake-opt=-DSPIRV_ENABLE_OPAQUE_POINTERS=TRUE"
44-
merge_ref: ''
45-
4634
windows_default:
4735
name: Windows
4836
if: github.repository == 'intel/llvm'

0 commit comments

Comments
 (0)