Skip to content

Commit

Permalink
Merge pull request #25 from zama-ai/fix/linux
Browse files Browse the repository at this point in the history
fix: sh script for linux
  • Loading branch information
jatZama authored Jul 12, 2024
2 parents d3b6b57 + 836566c commit f167184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch-fhevm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# 2. All test addresses are funded (e.g. via the fund_test_addresses.sh script).
npx hardhat clean
mkdir fhevmTemp
cp -r node_modules/fhevm fhevmTemp/
cp -L -r node_modules/fhevm fhevmTemp/
npx hardhat compile:specific --contract fhevmTemp/fhevm/lib
npx hardhat compile:specific --contract fhevmTemp/fhevm/gateway
rm -rf fhevmTemp
Expand Down

0 comments on commit f167184

Please sign in to comment.