diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2026-05-13 19:23:46 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2026-05-16 11:09:37 +0900 |
| commit | b2db5a9da52d0b28d1ba8e1e31eef3577aa4a922 (patch) | |
| tree | 327a4d57215349e9172f122293219ae57fb9b153 | |
| parent | 30bb8246d45e7178134b23c0c4495ed866a8e27b (diff) | |
baseruby does not need tests and docs
| -rw-r--r-- | .github/workflows/wasm.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/wasm.yml b/.github/workflows/wasm.yml index 0d1fb61cc3..27e9183378 100644 --- a/.github/workflows/wasm.yml +++ b/.github/workflows/wasm.yml @@ -112,7 +112,8 @@ jobs: pushd ../baseruby echo "ruby=$PWD/install/bin/ruby" >> $GITHUB_OUTPUT echo "dump_ast=$PWD/dump_ast" >> $GITHUB_OUTPUT - ../src/configure --prefix=$PWD/install + ../src/configure --prefix=$PWD/install --disable-install-doc + export CONFIGURE_ARGS=--with-out-ext=-test- make make install |
