Skip to content

Commit

Permalink
CHG: Disabling wrappers on CodeQL build
Browse files Browse the repository at this point in the history
  • Loading branch information
TidbitSoftware committed Jun 14, 2024
1 parent f53e75a commit b5f1b8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
- if: matrix.build-mode == 'manual'
shell: bash
run: |
echo 'Compile external packages and ISSM'
export ISSM_DIR=${PWD}
./jenkins/jenkins.sh ./jenkins/github-linux-basic-codeql
Expand Down
1 change: 1 addition & 0 deletions jenkins/github-linux-basic-codeql
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
ISSM_CONFIG='\
--prefix=${ISSM_DIR} \
--disable-static \
--with-wrappers=no \
--enable-development \
--enable-debugging \
--with-numthreads=4 \
Expand Down

0 comments on commit b5f1b8f

Please sign in to comment.