Reduce concurrency of Cirrus-CI [ci skip]
clang-12 takes 2-3 times longer than gcc-11.
This commit is contained in:
parent
11cc1827c4
commit
72f07f0a5f
@ -31,7 +31,6 @@ task:
|
|||||||
--color=always
|
--color=always
|
||||||
--tty=no
|
--tty=no
|
||||||
matrix:
|
matrix:
|
||||||
CC: clang-12
|
|
||||||
CC: gcc-11
|
CC: gcc-11
|
||||||
id_script: id
|
id_script: id
|
||||||
set_env_script:
|
set_env_script:
|
||||||
@ -86,9 +85,6 @@ yjit_task:
|
|||||||
--color=always
|
--color=always
|
||||||
--tty=no
|
--tty=no
|
||||||
matrix:
|
matrix:
|
||||||
- CC: clang-12
|
|
||||||
configure: --enable-yjit=dev
|
|
||||||
rustup_init: --default-toolchain=1.58.0
|
|
||||||
- CC: gcc-11
|
- CC: gcc-11
|
||||||
configure: --enable-yjit
|
configure: --enable-yjit
|
||||||
id_script: id
|
id_script: id
|
||||||
|
Loading…
x
Reference in New Issue
Block a user