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 7d10c22 commit 5fcbf3eCopy full SHA for 5fcbf3e
.github/workflows/modgc.yml
@@ -110,13 +110,6 @@ jobs:
110
- uses: actions-rust-lang/setup-rust-toolchain@v1
111
- name: Set MMTk environment variables
112
run: |
113
- if [[ ${{ matrix.gc.mmtk_build }} == debug ]]; then
114
- echo 'RUST_LOG=' >> $GITHUB_ENV
115
- # Debug builds run much slower so we should increase the timeout
116
- echo 'RUBY_TEST_TIMEOUT_SCALE=10' >> $GITHUB_ENV
117
- # SYNTAX_SUGGEST_TIMEOUT defaults to 1 second
118
- echo 'SYNTAX_SUGGEST_TIMEOUT=60' >> $GITHUB_ENV
119
- fi
120
echo 'MMTK_PLAN=${{ matrix.gc.mmtk_plan }}' >> $GITHUB_ENV
121
echo 'EXCLUDES=../src/test/.excludes-mmtk' >> $GITHUB_ENV
122
echo 'MSPECOPT=-B../src/spec/mmtk.mspec' >> $GITHUB_ENV
0 commit comments