Skip to content

Commit

Permalink
Merge branch 'fix-coverity-leak' into 'master'
Browse files Browse the repository at this point in the history
CI Coverity dont log env vars

See merge request OpenMW/openmw!4141
  • Loading branch information
psi29a committed May 29, 2024
2 parents 79435bb + c822db5 commit 644c7dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ Coverity:
script:
- export CCACHE_BASEDIR="$(pwd)"
- export CCACHE_DIR="$(pwd)/ccache"
- export COVERITY_NO_LOG_ENVIRONMENT_VARIABLES=1
- mkdir -pv "${CCACHE_DIR}"
- ccache -z -M "${CCACHE_SIZE}"
- CI/before_script.linux.sh
Expand Down

0 comments on commit 644c7dc

Please sign in to comment.