diff --git a/scripts/compiler_tests/build_all.sh b/scripts/compiler_tests/build_all.sh index aeec792..6ce4ed4 100755 --- a/scripts/compiler_tests/build_all.sh +++ b/scripts/compiler_tests/build_all.sh @@ -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 diff --git a/scripts/compiler_tests/clang/test2.sh b/scripts/compiler_tests/clang/test2.sh index 6a9a901..f70d7d9 100755 --- a/scripts/compiler_tests/clang/test2.sh +++ b/scripts/compiler_tests/clang/test2.sh @@ -1,6 +1,4 @@ #!/bin/sh -set -e - cd /p2pool mkdir build && cd build diff --git a/scripts/compiler_tests/gcc/test2.sh b/scripts/compiler_tests/gcc/test2.sh index 6a9a901..f70d7d9 100755 --- a/scripts/compiler_tests/gcc/test2.sh +++ b/scripts/compiler_tests/gcc/test2.sh @@ -1,6 +1,4 @@ #!/bin/sh -set -e - cd /p2pool mkdir build && cd build diff --git a/scripts/compiler_tests/images/ubuntu/prepare.sh b/scripts/compiler_tests/images/ubuntu/prepare.sh index 767917e..1cab9bc 100755 --- a/scripts/compiler_tests/images/ubuntu/prepare.sh +++ b/scripts/compiler_tests/images/ubuntu/prepare.sh @@ -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