File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,17 @@ version: 2.1
3
3
orbs :
4
4
5
5
6
+ commands :
7
+ show_cpu_info :
8
+ steps :
9
+ - run :
10
+ name : Show CPU info
11
+ command : |
12
+ set -o errexit
13
+ curl -sS -L --output py-cpuinfo.zip https://github.com/workhorsy/py-cpuinfo/archive/refs/tags/v9.0.0.zip
14
+ unzip -q py-cpuinfo.zip
15
+ python py-cpuinfo-*/cpuinfo/cpuinfo.py
16
+
6
17
jobs :
7
18
# All checks on the codebase that can run in parallel to build_shared_library
8
19
libwasmvm_sanity :
78
89
- run :
79
90
name : Reset git config set by CircleCI to make Cargo work
80
91
command :
git config --global --unset url.ssh://[email protected]
92
+ - show_cpu_info
81
93
- run :
82
94
name : Install Rust
83
95
command : |
@@ -237,6 +249,7 @@ jobs:
237
249
- run :
238
250
name : Reset git config set by CircleCI to make Cargo work
239
251
command :
git config --global --unset url.ssh://[email protected]
252
+ - show_cpu_info
240
253
- run :
241
254
name : Install make
242
255
command : |
@@ -302,6 +315,7 @@ jobs:
302
315
GORACE : " halt_on_error=1"
303
316
steps :
304
317
- checkout
318
+ - show_cpu_info
305
319
- run :
306
320
name : Install make and mingw
307
321
# See https://github.com/docker/containerd-packaging/pull/294 for discussion around mingw version
You can’t perform that action at this time.
0 commit comments