Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade intx to 0.10.1 #674

Merged
merged 2 commits into from
Jul 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 22 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,15 @@ executors:
macos:
resource_class: macos.x86.medium.gen2
macos:
xcode: 14.3.0
xcode: 14.3.1
environment:
CMAKE_BUILD_PARALLEL_LEVEL: 4
macos-m1:
resource_class: macos.m1.large.gen1
macos:
xcode: 14.3.1
environment:
CMAKE_BUILD_PARALLEL_LEVEL: 8
macos-xcode-min:
resource_class: macos.x86.medium.gen2
macos:
Expand Down Expand Up @@ -395,6 +401,18 @@ jobs:
- test
- package

release-macos-m1:
executor: macos-m1
environment:
BUILD_TYPE: Release
steps:
- run:
name: "Install System Dependencies"
command: HOMEBREW_NO_AUTO_UPDATE=1 brew install cmake
- build
- test
- package

deploy:
docker:
- image: circleci/golang
Expand Down Expand Up @@ -571,10 +589,10 @@ jobs:
- ~/corpus

macos-asan:
executor: macos
executor: macos-m1
environment:
BUILD_TYPE: RelWithDebInfo
CMAKE_OPTIONS: -DSANITIZE=address
CMAKE_OPTIONS: -DSANITIZE=address,undefined
TESTS_FILTER: unittests
steps:
- run:
Expand Down Expand Up @@ -636,6 +654,7 @@ workflows:
filters:
tags:
only: /.*/
- release-macos-m1
- deploy:
requires:
- release-linux
Expand Down
4 changes: 2 additions & 2 deletions cmake/Hunter/config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ hunter_cmake_args(
hunter_config(
intx
VERSION 0.10.0
URL https://github.com/chfast/intx/archive/v0.10.0.tar.gz
SHA1 3a6ebe0b1a36527b6ef291ee93a8e508371e5b77
URL https://github.com/chfast/intx/archive/v0.10.1.tar.gz
SHA1 168e0c2ff6760bd6467e25523cc0e68447358018
)