Skip to content

Commit

Permalink
Python checks to see how many cpus it is allowed to use and bypasses …
Browse files Browse the repository at this point in the history
…what poudriere allows for the build. This causes emulation failures and failed builds/deadlocks.
  • Loading branch information
seanbruno authored and brd committed Jan 21, 2015
1 parent d325e38 commit 6b1ddeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/share/poudriere/jail.sh
Expand Up @@ -356,6 +356,7 @@ build_and_install_world() {
STRINGS=/nxb-bin/usr/bin/strings
AWK=/nxb-bin/usr/bin/awk
FLEX=/nxb-bin/usr/bin/flex
_MAKE_JOBS=-j1
EOF

# hardlink these files to capture scripts and tools
Expand Down

1 comment on commit 6b1ddeb

@bdrewery
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do this for everything and not just python ports then?

Please sign in to comment.