Skip to content

Commit 425fa1c

Browse files
fix pynacl/libsodium build on freebsd (#9214)
1 parent 70f6c01 commit 425fa1c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@ jobs:
389389
# Install one of the FUSE libraries; fail if neither is available
390390
sudo -E pkg install -y fusefs-libs || sudo -E pkg install -y fusefs-libs3
391391
sudo -E pkg install -y rust
392+
sudo -E pkg install -y gmake
392393
sudo -E pkg install -y git
393394
sudo -E pkg install -y python310 py310-sqlite3
394395
sudo -E pkg install -y python311 py311-sqlite3 py311-pip py311-virtualenv
@@ -397,6 +398,9 @@ jobs:
397398
sudo ln -sf /usr/local/bin/pip3.11 /usr/local/bin/pip3
398399
sudo ln -sf /usr/local/bin/pip3.11 /usr/local/bin/pip
399400
401+
# required for libsodium/pynacl build
402+
export MAKE=gmake
403+
400404
python -m venv .venv
401405
. .venv/bin/activate
402406
python -V

0 commit comments

Comments
 (0)