Skip to content

Commit

Permalink
Build: Fix reproducible-builds.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Aug 19, 2024
1 parent 96ef4de commit fbda62b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/reproducible-builds.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ async function buildRelease (version, cacheDir = null) {
npm_config_cache: cacheDir,
npm_config_update_notifier: 'false',
PATH: process.env.PATH,
QUNIT_BUILD_RELEASE: '1',
PUPPETEER_DOWNLOAD_PATH: path.join(cacheDir, 'puppeteer_download')
};
// Use sync for npm-ci to avoid concurrency bugs with shared cache
Expand Down

0 comments on commit fbda62b

Please sign in to comment.