Skip to content

Commit

Permalink
Cleanup and some doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Akendo committed Oct 8, 2024
1 parent 2faa079 commit 2ed4ac2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions prepare_binary
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
DEB_BUILD_OPTIONS="$DEB_BUILD_OPTIONS nobench nolto nopgo"
# We need libgdbm-compat-dev for x86 or the build process fails will fail
# despite libdb beging disabled.
# We need libgdbm-compat-dev for x86 or the build process fails.
apt install python3-pip libgdbm-compat-dev -y
# Python uses blurb to create NEWS entries and there is not debian package.
# Do a unclean installation via pip to allow to generate the NEWS.
pip install --break-system-packages blurb

0 comments on commit 2ed4ac2

Please sign in to comment.