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 1be0a1e commit bb031a8Copy full SHA for bb031a8
justfile
@@ -57,11 +57,11 @@ wasi-sdk-name:
57
@echo wasi-sdk-${WASI_VERSION_FULL}-${WASI_ARCH}-${WASI_OS}.tar.gz
58
59
# Build all crates with appropriate commands
60
-build: build-repl-logic-guest build-plugins build-c-plugins
+build: build-plugins
61
just build-pluginlab
62
63
# Build all crates in release mode
64
-build-release: build-repl-logic-guest-release build-plugins-release build-c-plugins
+build-release: build-plugins-release
65
just build-pluginlab-release
66
67
# Build all plugins in debug mode
0 commit comments