Skip to content

Commit 5232c86

Browse files
committed
Use the default MMTk plan
The default MMTk plan is no longer MarkSweep, so we shouldn't force it to be MarkSweep.
1 parent 5fcbf3e commit 5232c86

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/modgc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
gc:
2828
- name: default
2929
- name: mmtk
30-
mmtk_plan: MarkSweep
3130
mmtk_build: release
3231
os: [macos-latest, ubuntu-latest]
3332
include:
@@ -110,7 +109,6 @@ jobs:
110109
- uses: actions-rust-lang/setup-rust-toolchain@v1
111110
- name: Set MMTk environment variables
112111
run: |
113-
echo 'MMTK_PLAN=${{ matrix.gc.mmtk_plan }}' >> $GITHUB_ENV
114112
echo 'EXCLUDES=../src/test/.excludes-mmtk' >> $GITHUB_ENV
115113
echo 'MSPECOPT=-B../src/spec/mmtk.mspec' >> $GITHUB_ENV
116114
if: ${{ matrix.gc.name == 'mmtk' }}

0 commit comments

Comments
 (0)