Skip to content

Commit

Permalink
Update RUSTFLAGS in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
fschutt committed Dec 20, 2022
1 parent 8cd83d5 commit 55a9e1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -546,11 +546,11 @@ test-cranelift: $(foreach cranelift_engine,$(filter cranelift-%,$(compilers_engi
test-llvm: $(foreach llvm_engine,$(filter llvm-%,$(compilers_engines)),test-$(llvm_engine))

# same as test-capi, but without the build-capi step first
test-capi-ci: $(foreach compiler_engine,$(capi_compilers_engines),test-capi-crate-$(compiler_engine) test-capi-integration-$(compiler_engine))
test-capi-ci: capi-setup $(foreach compiler_engine,$(capi_compilers_engines),test-capi-crate-$(compiler_engine) test-capi-integration-$(compiler_engine))

# This test requires building the capi with all the available
# compilers first
test-capi: build-capi package-capi test-capi-ci
test-capi: capi-setup build-capi package-capi test-capi-ci


test-capi-crate-%:
Expand Down

0 comments on commit 55a9e1a

Please sign in to comment.