Skip to content

Commit

Permalink
Remove the GC build check in Ubuntu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eightbitraptor committed Dec 2, 2024
1 parent a238ba2 commit d51a60f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:
configure: '--disable-yjit'
- test_task: check
configure: '--enable-shared --enable-load-relative'
- test_task: check
shared_gc: true
configure: '--with-shared-gc=/home/runner/ruby_gc'
- test_task: test-bundler-parallel
timeout: 50
- test_task: test-bundled-gems
Expand Down Expand Up @@ -99,13 +96,6 @@ jobs:

- run: $SETARCH make

- name: Build shared GC
run: |
echo "RUBY_GC_LIBRARY=default" >> $GITHUB_ENV
make shared-gc SHARED_GC=default
make distclean-shared-gc SHARED_GC=default
if: ${{ matrix.shared_gc }}

- run: |
$SETARCH make golf
case "${{ matrix.configure }}" in
Expand Down

0 comments on commit d51a60f

Please sign in to comment.