Skip to content

Commit

Permalink
fix: Hmmm, unable to reproduce failure locally
Browse files Browse the repository at this point in the history
  • Loading branch information
richtera committed Aug 11, 2023
1 parent 81aee69 commit c42034c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/scripts/bundle_proxy_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,12 @@ echo $VERSION

python3 -m pip install pip -U

python3 -m pip install -U cython==0.29.33 --no-binary :all:
python3 -m pip install -U cytoolz==0.12.2 --no-binary :all:
python3 -m pip install -U -r ./src/vendors/tools-key-gen-cli/build_configs/macos/requirements.pyinstaller.txt

python3 -m pip install -U cython==0.29.33 --no-binary :all: --target $TARGETPACKAGESMACPATH
python3 -m pip install $VERSION --no-binary :all: --target $TARGETPACKAGESMACPATH
python3 -m pip install cytoolz==0.12.1 --no-binary :all: --target $TARGETPACKAGESMACPATH
python3 -m pip install -r ./src/vendors/tools-key-gen-cli/build_configs/macos/requirements.txt --target $TARGETPACKAGESMACPATH
python3 -m pip install -r $ETH2REQUIREMENTSPATH --target $TARGETPACKAGESPATH --no-deps
python3 -m pip install -U pyinstaller==5.9.0
python3 -m pip install -U -r ./src/vendors/tools-key-gen-cli/build_configs/macos/requirements.pyinstaller.txt

# Bundling Python stakingdeposit_proxy
pyinstaller \
Expand Down

0 comments on commit c42034c

Please sign in to comment.