Skip to content

Commit

Permalink
Fix FreeBSD and NetBSD builds
Browse files Browse the repository at this point in the history
  • Loading branch information
XVilka committed Jan 17, 2024
1 parent b82eadc commit f9d4499
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 @@ -47,6 +47,8 @@ tasks:
export PATH=${HOME}/bin:/usr/local/bin:${PATH}
export LD_LIBRARY_PATH=${HOME}/lib:${HOME}/lib64:${LD_LIBRARY_PATH}
export PKG_CONFIG_PATH=${HOME}/lib/pkgconfig:${PKG_CONFIG_PATH}
# Workaround to allow using /usr/bin/env python3 shebangs
ln -s /usr/bin/python3.8 /usr/bin/python3
# Workaround until the feature request is solved
# https://todo.sr.ht/~sircmpwn/builds.sr.ht/274
ln -s ${HOME}/rizin-testbins test/bins
Expand Down

0 comments on commit f9d4499

Please sign in to comment.