From 6d79c8c1f6b39bd7a1e31ac8dd2b29578bb72a38 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Thu, 20 Oct 2022 14:19:46 -0700 Subject: GitLab CI: Don't set absolute_paths_in_stderr. It's not supported by openSUSE's ccache. --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitlab-ci.yml') 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" -- cgit v1.2.3