Skip to content

Commit

Permalink
Fix build for x86
Browse files Browse the repository at this point in the history
  • Loading branch information
Akendo committed Oct 8, 2024
1 parent a86ae74 commit 2447b50
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions prepare_binary
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
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.
apt install libgdbm-compat-dev -y

0 comments on commit 2447b50

Please sign in to comment.