Skip to content

Commit 01f5d71

Browse files
committedDec 27, 2024
CI: brew link kegged MariaDB 11.4 LTS
1 parent 457ffd9 commit 01f5d71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎ci/setup.sh

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ if [[ x$OSTYPE =~ ^xdarwin ]]; then
8484

8585
brew info "$DB"
8686
brew install "$DB" zstd
87+
brew link "$DB" # explicitly activate in case of kegged LTS versions
8788
DB_PREFIX="$(brew --prefix "${DB}")"
8889
export PATH="${DB_PREFIX}/bin:${PATH}"
8990
export LDFLAGS="-L${DB_PREFIX}/lib"

0 commit comments

Comments
 (0)