Skip to content

Commit

Permalink
build: avoid deprecated lua on macos
Browse files Browse the repository at this point in the history
Problem: homebrew has apparently deprecated lua5.3 on macos
as CI builds now fail with "[email protected] has been disabled! It will be
disabled on 2024-12-14".

Install the current lua package on macos instead (5.4.7 as of now).
  • Loading branch information
garlick committed Dec 14, 2024
1 parent 5792178 commit e2533f1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/install-deps-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,12 @@ brew install \
libarchive \
hwloc \
sqlite \
lua@5.3 \
lua \
python3 \
cffi \
libyaml \
jq

brew link [email protected]

python3 -m venv macos-venv
source macos-venv/bin/activate

Expand Down

0 comments on commit e2533f1

Please sign in to comment.