8000
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 7caf2ff commit 58b4e24Copy full SHA for 58b4e24
.github/workflows/modgc.yml
@@ -124,6 +124,7 @@ jobs:
124
echo 'MMTK_PLAN=${{ matrix.gc.mmtk_plan }}' >> $GITHUB_ENV
125
echo 'EXCLUDES=../src/test/.excludes-mmtk' >> $GITHUB_ENV
126
echo 'MSPECOPT=-B../src/spec/mmtk.mspec' >> $GITHUB_ENV
127
+ echo 'GITHUB_WORKFLOW=ModGC' >> $GITHUB_ENV
128
if: ${{ matrix.gc.name == 'mmtk' }}
129
130
- run: $SETARCH make
bootstraptest/test_ractor.rb
@@ -215,7 +215,8 @@
215
###
216
# Ractor still has several memory corruption so skip huge number of tests
217
if ENV['GITHUB_WORKFLOW'] &&
218
- ENV['GITHUB_WORKFLOW'] == 'Compilations'
+ (ENV['GITHUB_WORKFLOW'] == 'Compilations' ||
219
+ ENV['GITHUB_WORKFLOW'] == 'ModGC')
220
# ignore the follow
221
else
222
0 commit comments