1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-30 09:45:36 +00:00

Merge branch 'fix-coverity-leak' into 'master'

CI Coverity dont log env vars

See merge request OpenMW/openmw!4141
This commit is contained in:
psi29a 2024-05-29 11:43:52 +00:00
commit 644c7dc135

View file

@ -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