Test --enable-yjit on aarch64 as well (#6313)

This commit is contained in:
Takashi Kokubun 2022-09-01 20:05:49 -07:00 committed by GitHub
parent fb5fa84f83
commit e896b33860
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
Notes: git 2022-09-02 12:06:12 +09:00
Merged-By: k0kubun <takashikkbn@gmail.com>

View File

@ -88,8 +88,10 @@ yjit_task:
--color=always --color=always
--tty=no --tty=no
matrix: matrix:
CC: clang-12 - CC: clang-12
CC: gcc-11 configure: --enable-yjit=dev
- CC: gcc-11
configure: --enable-yjit
id_script: id id_script: id
set_env_script: set_env_script:
# Set `GNUMAKEFLAGS`, because the flags are GNU make specific. Note using # Set `GNUMAKEFLAGS`, because the flags are GNU make specific. Note using
@ -113,7 +115,7 @@ yjit_task:
--disable-install-doc --disable-install-doc
--with-ext=-test-/cxxanyargs,+ --with-ext=-test-/cxxanyargs,+
--prefix="$RUBY_PREFIX" --prefix="$RUBY_PREFIX"
--enable-yjit=dev $configure
make_miniruby_script: source $HOME/.cargo/env && make miniruby make_miniruby_script: source $HOME/.cargo/env && make miniruby
make_bindgen_script: | make_bindgen_script: |
if [[ "$CC" = "clang-12" ]]; then if [[ "$CC" = "clang-12" ]]; then