Commit f6e8388
committed
Check cpu features more portably in test_libs.sh
The previous commands to get cpu features on Windows failed on GitHub
Windows-2022 runners. It seems the underlying commands used by the
script changed. The new approach in this commit uses the Python
`py-cpuinfo` package, which works on Windows and has the bonus of
working on Mac and Linux too, allowing us to simply the test_libs.sh
further.1 parent b69aa08 commit f6e8388
2 files changed
Lines changed: 5 additions & 22 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | 31 | | |
| 32 | + | |
52 | 33 | | |
53 | | - | |
54 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
55 | 37 | | |
56 | 38 | | |
57 | 39 | | |
| |||
0 commit comments