File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44
44
with :
45
45
build_cache_root : " /__w/"
46
46
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'
48
48
build_image : ghcr.io/intel/llvm/ubuntu2204_build:latest
49
49
build_ref : ${{ inputs.testing_branch || 'sycl-rel-6_1_0' }}
50
50
@@ -105,7 +105,7 @@ jobs:
105
105
uses : ./.github/workflows/sycl-windows-build.yml
106
106
with :
107
107
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'
109
109
110
110
# We upload both Linux/Windows build via Github's "Releases"
111
111
# functionality, make sure Linux/Windows names follow the same pattern.
You can’t perform that action at this time.
0 commit comments