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 :
79
90
- run :
80
91
name : Reset git config set by CircleCI to make Cargo work
81
92
command :
git config --global --unset url.ssh://[email protected]
93
+ - show_cpu_info
82
94
- run :
83
95
name : Install Rust
84
96
command : |
@@ -260,6 +272,7 @@ jobs:
260
272
- run :
261
273
name : Reset git config set by CircleCI to make Cargo work
262
274
command :
git config --global --unset url.ssh://[email protected]
275
+ - show_cpu_info
263
276
- run :
264
277
name : Install make
265
278
command : |
@@ -326,6 +339,7 @@ jobs:
326
339
GORACE : " halt_on_error=1"
327
340
steps :
328
341
- checkout
342
+ - show_cpu_info
329
343
- run :
330
344
name : Install make and mingw
331
345
# 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