Skip to content

Commit c2b5a90

Browse files
authored
[CI][sycl-rel] Disable sycl-jit (#17846)
The customer doesn't want to have this feature because of the big binary size.
1 parent 4751c96 commit c2b5a90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sycl-rel-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
build_cache_root: "/__w/"
4646
build_artifact_suffix: default
47-
build_configure_extra_args: '--no-assertions --add_security_flags=sanitize --hip --cuda'
47+
build_configure_extra_args: '--disable-jit --no-assertions --add_security_flags=sanitize --hip --cuda'
4848
build_image: ghcr.io/intel/llvm/ubuntu2204_build:latest
4949
build_ref: ${{ inputs.testing_branch || 'sycl-rel-6_1_0' }}
5050

@@ -105,7 +105,7 @@ jobs:
105105
uses: ./.github/workflows/sycl-windows-build.yml
106106
with:
107107
ref: ${{ inputs.testing_branch || 'sycl-rel-6_1_0' }}
108-
build_configure_extra_args: '--no-assertions --add_security_flags=sanitize'
108+
build_configure_extra_args: '--disable-jit --no-assertions --add_security_flags=sanitize'
109109

110110
# We upload both Linux/Windows build via Github's "Releases"
111111
# functionality, make sure Linux/Windows names follow the same pattern.

0 commit comments

Comments
 (0)