We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f616fa1 commit 169ca45Copy full SHA for 169ca45
.ci/jit-debug-test.sh
@@ -5,7 +5,7 @@
5
6
set -e
7
8
-PARALLEL="${PARALLEL:--j$(nproc 2>/dev/null || sysctl -n hw.ncpu 2>/dev/null || echo 4)}"
+PARALLEL="${PARALLEL:--j$(nproc 2> /dev/null || sysctl -n hw.ncpu 2> /dev/null || echo 4)}"
9
10
echo "======================================"
11
echo "JIT Debug Mode Test"
@@ -39,8 +39,7 @@ for config in \
39
"ENABLE_EXT_F=0" \
40
"ENABLE_EXT_M=0" \
41
"ENABLE_Zba=0" \
42
- "ENABLE_Zbb=0"
43
-do
+ "ENABLE_Zbb=0"; do
44
echo ""
45
echo "Testing: $config with JIT debug"
46
make distclean
0 commit comments