Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cloudfoundry/binary-builder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: cloudfoundry/binary-builder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fix-node-build-parallelism
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Mar 4, 2026

  1. Increase make parallelism and remove unnecessary sudo

    1. Increase make parallelism from -j4 to -j$(nproc): Use all available
       CPU cores instead of hardcoded 4 jobs. This significantly reduces
       compilation time for large dependencies like Node.js (from ~1h15m to
       potentially <30m), reducing exposure to worker infrastructure issues.
    
    2. Remove sudo from apt-get in python recipe: Build containers run as
       root, so sudo is unnecessary and may cause issues.
    
    Changes apply to both cflinuxfs4 and legacy recipe paths.
    
    Part of fix for Node.js LTS build failures in buildpacks-ci
    dependency-builds pipeline (#29-#33).
    tnikolova82 committed Mar 4, 2026
    Configuration menu
    Copy the full SHA
    a8c4e4e View commit details
    Browse the repository at this point in the history
Loading