mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add git safe.directory workaround in emscripten build script
Co-authored-by: Kamil Śliwak <kamil.sliwak@codepoets.it>
This commit is contained in:
@@ -40,12 +40,9 @@ else
|
||||
BUILD_DIR="$1"
|
||||
fi
|
||||
|
||||
apt-get update
|
||||
apt-get install lz4 --no-install-recommends
|
||||
|
||||
WORKSPACE=/root/project
|
||||
|
||||
cd $WORKSPACE
|
||||
cd "$WORKSPACE"
|
||||
|
||||
# shellcheck disable=SC2166
|
||||
if [[ "$CIRCLE_BRANCH" = release || -n "$CIRCLE_TAG" || -n "$FORCE_RELEASE" || "$(git tag --points-at HEAD 2>/dev/null)" == v* ]]
|
||||
|
||||
Reference in New Issue
Block a user