[Cirrus] Show CPU and memory info
This commit is contained in:
parent
bde3b98a60
commit
3a761dcc91
@ -35,6 +35,9 @@ task:
|
|||||||
matrix:
|
matrix:
|
||||||
CC: gcc-11
|
CC: gcc-11
|
||||||
id_script: id
|
id_script: id
|
||||||
|
info_script: |
|
||||||
|
nproc
|
||||||
|
free -h
|
||||||
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
|
||||||
# the `make` environment variable used in compilers.yml causes some rubygems
|
# the `make` environment variable used in compilers.yml causes some rubygems
|
||||||
@ -100,6 +103,9 @@ yjit_task:
|
|||||||
- CC: gcc-11
|
- CC: gcc-11
|
||||||
configure: --enable-yjit
|
configure: --enable-yjit
|
||||||
id_script: id
|
id_script: id
|
||||||
|
info_script: |
|
||||||
|
nproc
|
||||||
|
free -h
|
||||||
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
|
||||||
# the `make` environment variable used in compilers.yml causes some rubygems
|
# the `make` environment variable used in compilers.yml causes some rubygems
|
||||||
|
Loading…
x
Reference in New Issue
Block a user