From e81a612413500caa6763a765d12255ea7f150f68 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sun, 18 Sep 2022 22:32:21 +0900 Subject: Auto-generate mjit_c.rb.erb --- .github/workflows/mjit-bindgen.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.github') 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 -- cgit v1.2.3