Skip to content

Commit

Permalink
Use spec/mmtk.mspec in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzhu2118 committed Oct 18, 2024
1 parent b659ca9 commit 6cb5721
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/modgc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,10 @@ jobs:
run: |
cd ../src/gc/mmtk
cargo build ${{ matrix.gc.mmtk_build != 'debug' && format('--{0}', matrix.gc.mmtk_build) || format('') }}
echo "RUST_LOG=" >> $GITHUB_ENV
echo "MMTK_PLAN=${{ matrix.gc.mmtk_plan }}" >> $GITHUB_ENV
echo "EXCLUDES=../src/test/.excludes-mmtk" >> $GITHUB_ENV
echo 'RUST_LOG=' >> $GITHUB_ENV
echo 'MMTK_PLAN=${{ matrix.gc.mmtk_plan }}' >> $GITHUB_ENV
echo 'EXCLUDES=../src/test/.excludes-mmtk' >> $GITHUB_ENV
echo 'MSPECOPT="-B ../src/spec/mmtk.mspec"' >> $GITHUB_ENV
if: ${{ matrix.gc.name == 'mmtk' }}

- name: Build shared GC
Expand Down

0 comments on commit 6cb5721

Please sign in to comment.