Skip to content

Commit

Permalink
update FINAL_LIB_COUNT after macos-x64 builder removal
Browse files Browse the repository at this point in the history
  • Loading branch information
battlmonstr committed Aug 13, 2024
1 parent 110e840 commit d3d687b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
17 changes: 1 addition & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,7 @@ workflows:
version: 2
release:
jobs:
# - release:
# name: macos-x64
# executor: macos
# resource_class: macos.x86.medium.gen2
# make_jobs: 2
# filters:
# tags: { only: /^release\/.+-base$/ }
# branches: { ignore: /.*/ }
# Note: the number of release jobs must match with FINAL_LIB_COUNT in ci/release.sh
- release:
name: macos-arm64
executor: macos
Expand All @@ -56,11 +49,3 @@ workflows:
filters:
tags: { only: /^release\/.+-base$/ }
branches: { ignore: /.*/ }
# - release:
# name: linux-arm64
# executor: linux
# resource_class: arm.2xlarge
# make_jobs: 16
# filters:
# tags: { only: /^release\/.+-base$/ }
# branches: { ignore: /.*/ }
3 changes: 2 additions & 1 deletion ci/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ set -o pipefail

SRC_GIT_URL="https://github.com/erigontech/silkworm.git"
TARGET="silkworm_capi"
FINAL_LIB_COUNT=3
# Note: must match to the number of release jobs in .circleci/config.yml
FINAL_LIB_COUNT=2

function release_version {
version="$1"
Expand Down

0 comments on commit d3d687b

Please sign in to comment.