GitLab CI: Don't set absolute_paths_in_stderr.

It's not supported by openSUSE's ccache.
This commit is contained in:
Gerald Combs 2022-10-20 14:19:46 -07:00
parent 1283e29e53
commit 6d79c8c1f6
1 changed files with 2 additions and 1 deletions

View File

@ -145,7 +145,8 @@ variables:
- BUILD_DIR=${BUILD_DIR%%.tar.*}
- mkdir -p ccache
- ccache --show-stats
- ccache --set-config absolute_paths_in_stderr=true
# Not yet supported by openSUSE
# - ccache --set-config absolute_paths_in_stderr=true
- ccache --set-config base_dir="$CI_PROJECT_DIR/build/packaging/rpm/BUILD/$BUILD_DIR"
- git config --global user.email "you@example.com"
- git config --global user.name "Your Name"