Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
eranrund committed Mar 4, 2024
1 parent 67a7c32 commit adca5e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ export GIT_REV=`git rev-parse HEAD`
echo "GIT_REV = ${GIT_REV}"

source ./tools/download_sigstruct.sh

# Fix multiplatform build memory issues
# https://github.com/docker/build-push-action/issues/621#issuecomment-1383624173
export CARGO_NET_GIT_FETCH_WITH_CLI=true
cargo build --jobs 1 --release --locked -p mc-mobilecoind -p mc-admin-http-gateway

cat << EOF > "docker-readme.md"
Expand Down

0 comments on commit adca5e1

Please sign in to comment.