We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac26b03 commit 9f94a88Copy full SHA for 9f94a88
Makefile
@@ -9,7 +9,7 @@ default: \
9
out/qos_enclave/index.json
10
11
.PHONY: test
12
-test: out/common/index.json
+test: out/.common-loaded
13
$(call run,\
14
cargo build --all; \
15
cargo test; \
src/macros.mk
@@ -9,7 +9,7 @@ define run
--env CARGOFLAGS="--locked" \
--env PATH=/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin \
$(2) \
- qos-local/build-base \
+ qos-local/common \
/bin/sh -c "set -eu; $(1)"
endef
0 commit comments