Skip to content

Commit

Permalink
Merge pull request #674 from ethereum/intx
Browse files Browse the repository at this point in the history
Upgrade intx to 0.10.1
  • Loading branch information
chfast authored Jul 17, 2023
2 parents 675c801 + 35c1189 commit 31d0877
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
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
)

0 comments on commit 31d0877

Please sign in to comment.