feat: 9.5.9
This commit is contained in:
parent
cb1753732b
commit
35f43a7909
1084 changed files with 558985 additions and 0 deletions
7
.github/workflows/test.sh
vendored
Executable file
7
.github/workflows/test.sh
vendored
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
if test -n "$PARALLEL_MATS" ; then
|
||||
njobs="$PARALLEL_MATS"
|
||||
else
|
||||
njobs="$(getconf _NPROCESSORS_ONLN)"
|
||||
fi
|
||||
make -C "$TARGET_MACHINE"/mats -j "$njobs" partialx
|
||||
Reference in a new issue