Skip to content

Commit 5fcbf3e

Browse files
committed
Remove MMTk configuration for debug builds
We are no longer running debug builds of MMTk here, so we don't need this configuration anymore.
1 parent 7d10c22 commit 5fcbf3e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/modgc.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,6 @@ jobs:
110110
- uses: actions-rust-lang/setup-rust-toolchain@v1
111111
- name: Set MMTk environment variables
112112
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
120113
echo 'MMTK_PLAN=${{ matrix.gc.mmtk_plan }}' >> $GITHUB_ENV
121114
echo 'EXCLUDES=../src/test/.excludes-mmtk' >> $GITHUB_ENV
122115
echo 'MSPECOPT=-B../src/spec/mmtk.mspec' >> $GITHUB_ENV

0 commit comments

Comments
 (0)