Skip to content

Commit

Permalink
Merge branch 'master' into Harshil-GSOC
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshil-Jani committed Jun 25, 2022
2 parents 55df314 + 05dbfd0 commit 08a79e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/jenkins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set -ex

export CCACHE_DIR CCACHE_BASEDIR CCACHE_HASHDIR

: ${CC:=cc} ${CXX:=c++} ${CXXSTD:=17}
: ${CC:=/usr/bin/cc} ${CXX:=/usr/bin/c++} ${CXXSTD:=17}
: ${CXXFLAGS:=-O2 -DNDEBUG -march=native -fno-omit-frame-pointer -g -pipe}

if [[ ! -d ${REPOSITORY} ]]; then
Expand Down Expand Up @@ -129,7 +129,7 @@ done

for VERSION in ${GIT_PREVIOUS_COMMIT} ${GIT_COMMIT}; do
SHA=$(git -C ${REPOSITORY} rev-parse --short $VERSION)
SOURCE_DIR=${WORKSPACE}/geant4-${SHA}
SOURCE_DIR=${WORKSPACE}/src/geant4-${SHA}
git -C ${REPOSITORY} worktree remove ${SOURCE_DIR}
done

Expand Down

0 comments on commit 08a79e9

Please sign in to comment.