Skip to content

Commit b986a6e

Browse files
committed
x64 Mac test + arm64 compile fix test
1 parent 700f13f commit b986a6e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

SerialPrograms/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,7 @@ else() # macOS and Linux
494494
# Arm CPU
495495
# Run-time ISA dispatching
496496
message(STATUS "Setting compile definitions for ARM64 CPU")
497+
target_compile_options(SerialProgramsLib PRIVATE -march=arm64)
497498
target_compile_definitions(SerialProgramsLib PRIVATE PA_AutoDispatch_arm64_20_M1)
498499
else()
499500
# Intel CPU

SerialPrograms/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ jobs:
281281
###########################################
282282

283283
- job: MacOS
284-
timeoutInMinutes: 30
284+
timeoutInMinutes: 60
285285
cancelTimeoutInMinutes: 1
286286
condition: |
287287
or(

0 commit comments

Comments
 (0)