File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,6 @@ jobs:
120120 echo 'MMTK_PLAN=${{ matrix.gc.mmtk_plan }}' >> $GITHUB_ENV
121121 echo 'EXCLUDES=../src/test/.excludes-mmtk' >> $GITHUB_ENV
122122 echo 'MSPECOPT=-B../src/spec/mmtk.mspec' >> $GITHUB_ENV
123- echo 'GITHUB_WORKFLOW=ModGC' >> $GITHUB_ENV
124123 if : ${{ matrix.gc.name == 'mmtk' }}
125124
126125 - run : $SETARCH make
Original file line number Diff line number Diff line change 214214###
215215###
216216# Ractor still has several memory corruption so skip huge number of tests
217- if ENV [ 'GITHUB_WORKFLOW' ] == 'Compilations' || ENV [ 'GITHUB_WORKFLOW' ] == 'ModGC'
218- # ignore the follow
217+ if ENV [ 'GITHUB_WORKFLOW' ] == 'Compilations'
218+ # ignore the follow
219219else
220220
221221# Ractor.select(*ractors) receives a values from a ractors.
You can’t perform that action at this time.
0 commit comments