We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981d62c commit 138fbd9Copy full SHA for 138fbd9
target_chains/cosmwasm/build.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
3
docker run --rm -v "$(pwd)":/code \
4
- -v $(cd ../../third_party; pwd):/third_party \
+ -v $(cd ../../wormhole_attester; pwd):/wormhole_attester \
5
--mount type=volume,source="$(basename "$(pwd)")_cache",target=/code/target \
6
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
7
cosmwasm/workspace-optimizer:0.12.11
0 commit comments