Skip to content

Commit

Permalink
[Cirrus] Show CPU and memory info
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Jul 3, 2023
1 parent bde3b98 commit 3a761dc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .cirrus.yml
Expand Up @@ -35,6 +35,9 @@ task:
matrix:
CC: gcc-11
id_script: id
info_script: |
nproc
free -h
set_env_script:
# Set `GNUMAKEFLAGS`, because the flags are GNU make specific. Note using
# the `make` environment variable used in compilers.yml causes some rubygems
Expand Down Expand Up @@ -100,6 +103,9 @@ yjit_task:
- CC: gcc-11
configure: --enable-yjit
id_script: id
info_script: |
nproc
free -h
set_env_script:
# Set `GNUMAKEFLAGS`, because the flags are GNU make specific. Note using
# the `make` environment variable used in compilers.yml causes some rubygems
Expand Down

0 comments on commit 3a761dc

Please sign in to comment.