Skip to content

Commit

Permalink
.circleci/config.yml: introduce NUTCI_HOMEBREW_BASEDIR to parameteriz…
Browse files Browse the repository at this point in the history
…e location of Homebrew libs, includes and ccache [networkupstools#2502]

Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov committed Jul 3, 2024
1 parent 7ef30f7 commit 9552179
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
# * /opt/homebrew for Apple Silicon,
# * /usr/local for macOS Intel and
# * /home/linuxbrew/.linuxbrew for Linux
# TODO: Find a way to select one of the values based on the platform?
type: string
default: "/opt/homebrew" # since July 2024 CircleCI only serves Apple Silicon instances
#default: "/usr/local" # was when CircleCI builders had x86
Expand All @@ -57,6 +58,7 @@ jobs:
BUILD_TYPE: << parameters.BUILD_TYPE >>
CI_BUILDDIR: << parameters.CI_BUILDDIR >>
BREW_MORE: << parameters.BREW_MORE >>
NUTCI_HOMEBREW_BASEDIR: << parameters.NUTCI_HOMEBREW_BASEDIR >>

# Specify the execution environment. You can specify an image from Dockerhub or use one of our Convenience Images from CircleCI's Developer Hub.
# See: https://circleci.com/docs/2.0/configuration-reference/#docker-machine-macos-windows-executor
Expand Down

0 comments on commit 9552179

Please sign in to comment.