Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating to latest version of mmtk-core #111

Merged
merged 9 commits into from
Jan 23, 2024
Merged
1 change: 0 additions & 1 deletion .github/scripts/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ ci_run_jl_test() {

cd $JULIA_PATH
export JULIA_CPU_THREADS=$threads
export JULIA_NUM_THREADS=4 # set default to 4 mutator threads to try to capture bad races

# Directly run runtests.jl: There could be some issues with some test suites. We better just use their build script.
# $JULIA_PATH/julia $JULIA_TEST_ARGS $JULIA_PATH/test/runtests.jl --exit-on-error $test
Expand Down
Loading
Loading