Compiler test scripts: added clang-22

This commit is contained in:
SChernykh
2026-04-28 15:36:50 +02:00
parent cff5d60d89
commit 01da461069
4 changed files with 2 additions and 6 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ do
gcc/build.sh $1 $i
done
for i in 17 21;
for i in 17 22;
do
clang/build.sh $1 $i
done
-2
View File
@@ -1,6 +1,4 @@
#!/bin/sh
set -e
cd /p2pool
mkdir build && cd build
-2
View File
@@ -1,6 +1,4 @@
#!/bin/sh
set -e
cd /p2pool
mkdir build && cd build
@@ -127,7 +127,7 @@ cd /root
curl -L -O https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
for i in 17 18 19 20 21;
for i in 17 18 19 20 21 22;
do
./llvm.sh $i
done