Skip to content

Commit

Permalink
Fix mmtk workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eightbitraptor committed Jul 18, 2024
1 parent fd3a9ed commit d340cb8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/mmtk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
include:
- test_task: btest
- test_task: test-all
os: ubuntu-20.04
fail-fast: false

Expand Down Expand Up @@ -92,17 +92,16 @@ jobs:

- run: $SETARCH make

- name: make ${{ matrix.test_task }} --mmtk
- name: make ${{ matrix.test_task }} RUN_OPTS="$RUN_OPTS"
run: >-
$SETARCH make -s ${{ matrix.test_task }}
${TESTS:+TESTS="$TESTS"}
${{ !contains(matrix.test_task, 'bundle') && 'RUBYOPT=-w' || '' }}
timeout-minutes: 40
env:
TESTS: $(cat $srcdir/mmtk_tests.txt | ruby -e 'puts ARGF.map(&:strip).reject { |line| line.start_with?("#") }.join(" ")')
RUBY_TESTOPTS: '-q --tty=no'
TEST_BUNDLED_GEMS_ALLOW_FAILURES: ''
PRECHECK_BUNDLED_GEMS: 'no'
RUN_OPTS: '--mmtk --mmtk-plan=StickyImmix'

- name: Clean build directory
run: rm -rf $builddir/mmtk-ruby
Expand Down

0 comments on commit d340cb8

Please sign in to comment.