From fbda62b73752799f3f9f42f354483461f76c3c09 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Mon, 19 Aug 2024 18:38:04 +0100 Subject: [PATCH] Build: Fix reproducible-builds.js --- build/reproducible-builds.js | 1 + 1 file changed, 1 insertion(+) diff --git a/build/reproducible-builds.js b/build/reproducible-builds.js index 165bc6c04..0665a73b6 100644 --- a/build/reproducible-builds.js +++ b/build/reproducible-builds.js @@ -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