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 4dcb894 commit 421855aCopy full SHA for 421855a
Makefile
@@ -57,13 +57,13 @@ bundle-calibrationnet:
57
bundle-devnet:
58
BUILD_FIL_NETWORK=devnet cargo run -- -o output/builtin-actors-devnet.car
59
60
-bundle-wallaby: deps-build
+bundle-wallaby:
61
BUILD_FIL_NETWORK=wallaby cargo run -- -o output/builtin-actors-wallaby.car
62
63
-bundle-hyperspace: deps-build
+bundle-hyperspace:
64
BUILD_FIL_NETWORK=hyperspace cargo run -- -o output/builtin-actors-hyperspace.car
65
66
-bundle-devnet-wasm: deps-build
+bundle-devnet-wasm:
67
BUILD_FIL_NETWORK=devnet-wasm cargo run -- -o output/builtin-actors-devnet-wasm.car
68
69
bundle-testing:
0 commit comments