From 950937c36ad1ada350619864a2c3ed30caf93828 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sat, 30 Sep 2023 17:43:36 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 07efbe26b..c14a6e3a8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,4 +1,4 @@ -trigger: + trigger: # start a new build for every push batch: False branches: @@ -297,7 +297,7 @@ jobs: /Applications/Xcode_11.7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang --version mkdir build cd build - cmake -DTARGET=ARMV8 -DDYNAMIC_ARCH=1 -DNUM_THREADS=32 NOFORTRAN=1 .. + cmake -DTARGET=ARMV8 -DDYNAMIC_ARCH=1 -DCMAKE_C_COMPILER=clang -DNUM_THREADS=32 NOFORTRAN=1 .. make - job: ALPINE_MUSL