mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-16 21:28:33 +03:00
contrib/jenkins.sh: set USE_CLANG=1
As the bootloader goes beyond partition size in modern gcc, use clang instead. Depends: docker-playground Ib82a53fa7edc62d21e772efbb9b2c049d1b50c4d Related: OS#5260 Change-Id: I2aa2e20e75e334560dbe1f6db9fd1491873ff91f
This commit is contained in:
@@ -40,7 +40,7 @@ for build in $BUILDS; do
|
||||
app=`echo $build | cut -d "/" -f 2`
|
||||
echo
|
||||
echo "=============== $board / $app START =============="
|
||||
make BOARD="$board" APP="$app"
|
||||
PATH="/opt/llvm-arm/bin:$PATH" make USE_CLANG=1 BOARD="$board" APP="$app"
|
||||
echo "=============== $board / $app RES:$? =============="
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user