Andrew Waterman
6 months ago
Failed to extract signature
1 changed files with
1 additions and
0 deletions
-
ci-tests/test-spike
|
|
@ -1,5 +1,6 @@ |
|
|
#!/bin/bash |
|
|
#!/bin/bash |
|
|
set -e |
|
|
set -e |
|
|
|
|
|
set -x |
|
|
|
|
|
|
|
|
ROOT=`git rev-parse --show-toplevel` |
|
|
ROOT=`git rev-parse --show-toplevel` |
|
|
NPROCS="$(nproc 2> /dev/null || sysctl -n hw.ncpu)" |
|
|
NPROCS="$(nproc 2> /dev/null || sysctl -n hw.ncpu)" |
|
|
|