We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fcbf3e commit 5232c86Copy full SHA for 5232c86
.github/workflows/modgc.yml
@@ -27,7 +27,6 @@ jobs:
27
gc:
28
- name: default
29
- name: mmtk
30
- mmtk_plan: MarkSweep
31
mmtk_build: release
32
os: [macos-latest, ubuntu-latest]
33
include:
@@ -110,7 +109,6 @@ jobs:
110
109
- uses: actions-rust-lang/setup-rust-toolchain@v1
111
- name: Set MMTk environment variables
112
run: |
113
- echo 'MMTK_PLAN=${{ matrix.gc.mmtk_plan }}' >> $GITHUB_ENV
114
echo 'EXCLUDES=../src/test/.excludes-mmtk' >> $GITHUB_ENV
115
echo 'MSPECOPT=-B../src/spec/mmtk.mspec' >> $GITHUB_ENV
116
if: ${{ matrix.gc.name == 'mmtk' }}
0 commit comments