aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-09-18 22:32:21 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2022-09-23 06:44:28 +0900
commite81a612413500caa6763a765d12255ea7f150f68 (patch)
treebecb6571d34d21db16c43b3bfbaa284df2f5d8f9 /.github
parentf2bea691cd12150a526ddc4be95c5396f07920ba (diff)
downloadruby-e81a612413500caa6763a765d12255ea7f150f68.tar.gz
Auto-generate mjit_c.rb.erb
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/mjit-bindgen.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/mjit-bindgen.yml b/.github/workflows/mjit-bindgen.yml
index 33a1650f92..04c9ac4a9f 100644
--- a/.github/workflows/mjit-bindgen.yml
+++ b/.github/workflows/mjit-bindgen.yml
@@ -23,9 +23,6 @@ jobs:
matrix:
include:
- task: mjit-bindgen
- configure: '--enable-yjit=dev_nodebug'
- - task: mjit-bindgen
- arch: i686
fail-fast: false
env:
SETARCH: ${{ matrix.arch && format('setarch {0}', matrix.arch) }}
@@ -74,7 +71,7 @@ jobs:
env:
arch: ${{ matrix.arch }}
run: >-
- $SETARCH ../src/configure -C --disable-install-doc --prefix=$(pwd)/install ${{ matrix.configure }}
+ $SETARCH ../src/configure -C --disable-install-doc --prefix=$(pwd)/install --enable-yjit=dev_nodebug
${arch:+--target=$arch-$OSTYPE --host=$arch-$OSTYPE}
- run: $SETARCH make incs
- run: $SETARCH make