Skip to content

Commit 231f417

Browse files
authored
Merge pull request randombit#4165 from randombit/jack/codeql-no-opt
Skip optimization in CodeQL build
2 parents 2dadfdb + 0c1cc72 commit 231f417

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/scripts/ci_build.py

+3
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,9 @@ def sanitize_kv(some_string):
210210
if target in ['docs', 'codeql', 'hybrid-tls13-interop-test', 'limbo']:
211211
test_cmd = None
212212

213+
if target in ['codeql']:
214+
flags += ['--no-optimizations']
215+
213216
if target == 'cross-win64':
214217
# this test compiles under MinGW but fails when run under Wine
215218
disabled_tests.append('certstor_system')

0 commit comments

Comments
 (0)