Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Sep 30, 2023
1 parent 12fcc5b commit a2e22c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2e22c2

Please sign in to comment.