Skip to content

fix max job usage

Tristan Van Berkom requested to merge tristan/fix-max-job-usage into master

The max-jobs variable is an automatic variable which should not be fed to builds directly in the build commands, this will cause random rebuilds to occur depending on how many jobs BuildStream has decided to use, based on the host.

Fixed this by using the environment-nocache feature which was designed specifically for this.

Merge request reports