From: Erik Skultety Date: Thu, 24 Aug 2023 13:41:38 +0000 (+0200) Subject: ci: build.sh: Drop changing working directory to CI_CONT_DIR X-Git-Tag: v9.8.0-rc1~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56b37fe3818502807e6212f8b766574091412f27;p=thirdparty%2Flibvirt.git ci: build.sh: Drop changing working directory to CI_CONT_DIR Firstly, this would mangle with "sourcing" this file in either execution environment later down the road. Secondly, we won't need this as future ci/helper patches will generate a throwaway script that will take care of a correct execution of a build job in a similar fashion as if the job ran in a GitLab environment. Signed-off-by: Erik Skultety Reviewed-by: Daniel P. Berrangé --- diff --git a/ci/build.sh b/ci/build.sh index c2ef590e6a..4776c92bc7 100644 --- a/ci/build.sh +++ b/ci/build.sh @@ -1,7 +1,5 @@ #!/bin/sh -cd "$CI_CONT_SRCDIR" - export CCACHE_BASEDIR="$(pwd)" export CCACHE_DIR="$CCACHE_BASEDIR/ccache" export CCACHE_MAXSIZE="500M"