mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Test --enable-yjit on aarch64 as well (#6313)
This commit is contained in:
parent
fb5fa84f83
commit
e896b33860
Notes:
git
2022-09-02 12:06:12 +09:00
Merged-By: k0kubun <takashikkbn@gmail.com>
1 changed files with 5 additions and 3 deletions
|
@ -88,8 +88,10 @@ yjit_task:
|
|||
--color=always
|
||||
--tty=no
|
||||
matrix:
|
||||
CC: clang-12
|
||||
CC: gcc-11
|
||||
- CC: clang-12
|
||||
configure: --enable-yjit=dev
|
||||
- CC: gcc-11
|
||||
configure: --enable-yjit
|
||||
id_script: id
|
||||
set_env_script:
|
||||
# Set `GNUMAKEFLAGS`, because the flags are GNU make specific. Note using
|
||||
|
@ -113,7 +115,7 @@ yjit_task:
|
|||
--disable-install-doc
|
||||
--with-ext=-test-/cxxanyargs,+
|
||||
--prefix="$RUBY_PREFIX"
|
||||
--enable-yjit=dev
|
||||
$configure
|
||||
make_miniruby_script: source $HOME/.cargo/env && make miniruby
|
||||
make_bindgen_script: |
|
||||
if [[ "$CC" = "clang-12" ]]; then
|
||||
|
|
Loading…
Reference in a new issue