Skip to content

Commit 402a001

Browse files
committed
[CI] Fix coverage by disabling ccache
1 parent 1d1dae7 commit 402a001

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,7 @@ report:coverage:
471471
tags:
472472
- nginx
473473
script:
474+
- unset CMAKE_C_COMPILER_LAUNCHER CMAKE_CXX_COMPILER_LAUNCHER
474475
- utils/coverage.sh
475476
- rm -rf /srv/http/mutable/coverage
476477
- mv build/${BUILD_TYPE}/html /srv/http/mutable/coverage

0 commit comments

Comments
 (0)