Skip to content

Commit

Permalink
build: Fix feature flags for vfs crate in Makefile test
Browse files Browse the repository at this point in the history
Crate doesn't have any of the compiler features...
  • Loading branch information
theduke committed Jan 17, 2023
1 parent 26c41d3 commit 9e85fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ test-stage-2-test-compiler-cranelift-nostd:
test-stage-3-test-compiler-singlepass-nostd:
$(CARGO_BINARY) test $(CARGO_TARGET_FLAG) --manifest-path lib/compiler-singlepass/Cargo.toml --release --no-default-features --features=std
test-stage-4-wasmer-cli:
$(CARGO_BINARY) test $(CARGO_TARGET_FLAG) --manifest-path lib/vfs/Cargo.toml $(compiler_features) --release
$(CARGO_BINARY) test $(CARGO_TARGET_FLAG) --manifest-path lib/vfs/Cargo.toml --release
$(CARGO_BINARY) test $(CARGO_TARGET_FLAG) --manifest-path lib/cli/Cargo.toml $(compiler_features) --release

# test examples
Expand Down

0 comments on commit 9e85fc8

Please sign in to comment.