Skip to content

Commit

Permalink
Set EXCLUDES in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzhu2118 committed Oct 10, 2024
1 parent 7311939 commit dc58445
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ jobs:
cd ../src/gc/mmtk
cargo build ${{ matrix.build != 'debug' && format('--{0}', matrix.build) || format('') }}
echo "RUST_LOG=" >> $GITHUB_ENV
echo "EXCLUDES=../src/test/.excludes-mmtk" >> $GITHUB_ENV
if: ${{ matrix.shared_gc && matrix.gc_name == 'mmtk' }}

- name: Build shared GC
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ jobs:
cd ../src/gc/mmtk
cargo build ${{ matrix.build != 'debug' && format('--{0}', matrix.build) || format('') }}
echo "RUST_LOG=" >> $GITHUB_ENV
echo "EXCLUDES=../src/test/.excludes-mmtk" >> $GITHUB_ENV
if: ${{ matrix.shared_gc && matrix.gc_name == 'mmtk' }}

- name: Build shared GC
Expand Down
1 change: 0 additions & 1 deletion common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -1908,7 +1908,6 @@ MMTK_BUILD=debug
MMTK_SRC_PATH=$(srcdir)/gc/mmtk
MMTK_LIB_PATH=$(srcdir)/gc/mmtk/target/$(MMTK_BUILD)/libmmtk_ruby.$(LIBEXT)


shared-gc: probes.h
$(Q) if test -z $(shared_gc_dir); then \
echo "You must configure with --with-shared-gc to use shared GC"; \
Expand Down

0 comments on commit dc58445

Please sign in to comment.