Skip to content

Commit a839371

Browse files
authored
Updating to latest version of mmtk-core (#111)
Updating mmtk-julia to use the latest version of mmtk/mmtk-core@ef2bd6d.
1 parent d97228f commit a839371

File tree

3 files changed

+186
-260
lines changed

3 files changed

+186
-260
lines changed

.github/scripts/common.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ ci_run_jl_test() {
2525

2626
cd $JULIA_PATH
2727
export JULIA_CPU_THREADS=$threads
28-
export JULIA_NUM_THREADS=4 # set default to 4 mutator threads to try to capture bad races
2928

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

0 commit comments

Comments
 (0)