Skip to content

Commit 9f94a88

Browse files
committed
more preload fixes
1 parent ac26b03 commit 9f94a88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ default: \
99
out/qos_enclave/index.json
1010

1111
.PHONY: test
12-
test: out/common/index.json
12+
test: out/.common-loaded
1313
$(call run,\
1414
cargo build --all; \
1515
cargo test; \

src/macros.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ define run
99
--env CARGOFLAGS="--locked" \
1010
--env PATH=/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin \
1111
$(2) \
12-
qos-local/build-base \
12+
qos-local/common \
1313
/bin/sh -c "set -eu; $(1)"
1414
endef
1515

0 commit comments

Comments
 (0)