Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.

Revert "Limit the Make concurrency to 8 threads" #273

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ubuntu-18.04-bionic/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ override_dh_auto_configure:

override_dh_auto_build:
dh_auto_build -- -j1 hack hack_rust_ffi_bridge_targets
dh_auto_build -- -j8
dh_auto_build --

override_dh_strip:
dh_strip --dbg-package=hhvm-nightly-dbg
Expand Down