Skip to content

Commit

Permalink
Fix Debian builds on ppc64le (#3215)
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock authored Nov 30, 2023
1 parent d182627 commit 251f5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/deb/rules
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ override_dh_auto_configure:
override_dh_auto_build:
ifeq ($(ARCH),ppc64le)
bundle config set --global force_ruby_platform true
bundle config build.nokogiri --use-system-libraries
bundle config --global build.nokogiri --use-system-libraries
endif
BUNDLE_WITHOUT='test package' bundle install
rake --trace -mj$(NCPUS) build
Expand Down

0 comments on commit 251f5b8

Please sign in to comment.