aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2022-10-20 14:19:46 -0700
committerGerald Combs <gerald@wireshark.org>2022-10-20 21:48:36 +0000
commit6d79c8c1f6b39bd7a1e31ac8dd2b29578bb72a38 (patch)
tree6e341c0829787ecbfb97acc700f74c07c621328e /.gitlab-ci.yml
parent1283e29e533e3879345a67b63691e31a6fdbb4c6 (diff)
GitLab CI: Don't set absolute_paths_in_stderr.
It's not supported by openSUSE's ccache.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 36f710d507..e5f4a66b9b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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"