Skip to content

Commit

Permalink
Fix FreeBSD and NetBSD builds (#4122)
Browse files Browse the repository at this point in the history
  • Loading branch information
XVilka authored Jan 18, 2024
1 parent 35f8029 commit cad1e5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .builds/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tasks:
# Running the unit tests
ninja -C build test
- test: |
sudo python3 -m ensurepip
python3 -m pip install --user requests
cd rizin
export PATH=${HOME}/bin:${PATH}
export LD_LIBRARY_PATH=${HOME}/lib:${HOME}/lib64:${LD_LIBRARY_PATH}
Expand Down
2 changes: 2 additions & 0 deletions .builds/netbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,7 @@ tasks:
# https://todo.sr.ht/~sircmpwn/builds.sr.ht/274
ln -s ${HOME}/rizin-testbins test/bins
cd test
# Workaround to avoid running HTTP POST test
rm -f db/cmd/cmd_http_post
# Running the unit tests
MALLOC_OPTIONS=S rz-test -L -o results.json

0 comments on commit cad1e5c

Please sign in to comment.