From a2e22c2265cfed1121810fdae334a14ec1262e8c Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sat, 30 Sep 2023 23:19:19 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 29f94756c..9b6c24dc1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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 -DCMAKE_C_COMPILER=clang -DNUM_THREADS=32 NOFORTRAN=1 .. + cmake -DTARGET=ARMV8 -DDYNAMIC_ARCH=1 -DCMAKE_CROSS_COMPILING=1 -DNUM_THREADS=32 NOFORTRAN=1 .. make - job: ALPINE_MUSL