From 9094edb8540faa7475128f67902bd9a5049af7a2 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sun, 1 Oct 2023 12:35:23 +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 92f9a365a..3509aa927 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_CROSSCOMPILING=1 -DNUM_THREADS=32 NOFORTRAN=1 .. + cmake -DTARGET=ARMV8 -DDYNAMIC_ARCH=1 -DCMAKE_SYSTEM_NAME=Linux -DCNAME_SYSTEM_VERSION=6.2 -DCMAKE_CROSSCOMPILING=1 -DNUM_THREADS=32 -DNOFORTRAN=1 .. make - job: ALPINE_MUSL