aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/mjit-bindgen.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/mjit-bindgen.yml')
-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