Skip to content

Commit

Permalink
test[2]
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantcornholio committed Jan 21, 2025
1 parent a7f18a1 commit 6a6b7ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ test-wasm: install-wasm

test-llvm-builder:
@echo "warning: the llvm-builder tests will take many hours"
cargo test --package revive-llvm-builder -- --test-threads=1
cargo test --package revive-llvm-builder clone_build_and_clean_emscripten -- --test-threads=1

bench: install-bin
cargo criterion --all --all-features --message-format=json \
Expand Down
2 changes: 1 addition & 1 deletion crates/llvm-builder/tests/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ fn clone_build_and_clean_emscripten() -> anyhow::Result<()> {

let emsdk_wrapped_build_command = format!(
"{program} --target-env emscripten clone && \
source {}emsdk_env.sh && \
. {}emsdk_env.sh && \
{program} --target-env emscripten build --llvm-projects clang --llvm-projects lld",
revive_llvm_builder::LLVMPath::DIRECTORY_EMSDK_SOURCE,
);
Expand Down

0 comments on commit 6a6b7ee

Please sign in to comment.