File tree 2 files changed +24
-5
lines changed
2 files changed +24
-5
lines changed Original file line number Diff line number Diff line change @@ -58,9 +58,15 @@ executors:
58
58
macos :
59
59
resource_class : macos.x86.medium.gen2
60
60
macos :
61
- xcode : 14.3.0
61
+ xcode : 14.3.1
62
62
environment :
63
63
CMAKE_BUILD_PARALLEL_LEVEL : 4
64
+ macos-m1 :
65
+ resource_class : macos.m1.large.gen1
66
+ macos :
67
+ xcode : 14.3.1
68
+ environment :
69
+ CMAKE_BUILD_PARALLEL_LEVEL : 8
64
70
macos-xcode-min :
65
71
resource_class : macos.x86.medium.gen2
66
72
macos :
@@ -395,6 +401,18 @@ jobs:
395
401
- test
396
402
- package
397
403
404
+ release-macos-m1 :
405
+ executor : macos-m1
406
+ environment :
407
+ BUILD_TYPE : Release
408
+ steps :
409
+ - run :
410
+ name : " Install System Dependencies"
411
+ command : HOMEBREW_NO_AUTO_UPDATE=1 brew install cmake
412
+ - build
413
+ - test
414
+ - package
415
+
398
416
deploy :
399
417
docker :
400
418
- image : circleci/golang
@@ -571,10 +589,10 @@ jobs:
571
589
- ~/corpus
572
590
573
591
macos-asan :
574
- executor : macos
592
+ executor : macos-m1
575
593
environment :
576
594
BUILD_TYPE : RelWithDebInfo
577
- CMAKE_OPTIONS : -DSANITIZE=address
595
+ CMAKE_OPTIONS : -DSANITIZE=address,undefined
578
596
TESTS_FILTER : unittests
579
597
steps :
580
598
- run :
@@ -636,6 +654,7 @@ workflows:
636
654
filters :
637
655
tags :
638
656
only : /.*/
657
+ - release-macos-m1
639
658
- deploy :
640
659
requires :
641
660
- release-linux
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ hunter_cmake_args(
12
12
hunter_config(
13
13
intx
14
14
VERSION 0.10.0
15
- URL https://github.com/chfast/intx/archive/v0.10.0 .tar.gz
16
- SHA1 3a6ebe0b1a36527b6ef291ee93a8e508371e5b77
15
+ URL https://github.com/chfast/intx/archive/v0.10.1 .tar.gz
16
+ SHA1 168e0c2ff6760bd6467e25523cc0e68447358018
17
17
)
You can’t perform that action at this time.
0 commit comments