Skip to content

Commit

Permalink
CI: brew link kegged MariaDB 11.4 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
sodabrew committed Dec 27, 2024
1 parent b912fb7 commit 3e88cb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ if [[ x$OSTYPE =~ ^xdarwin ]]; then

brew info "$DB"
brew install "$DB" zstd
brew link "$DB" # explicitly activate in case of kegged LTS versions
DB_PREFIX="$(brew --prefix "${DB}")"
export PATH="${DB_PREFIX}/bin:${PATH}"
export LDFLAGS="-L${DB_PREFIX}/lib"
Expand Down

0 comments on commit 3e88cb7

Please sign in to comment.