From 956514e99dfc2b3f19707c3ff91ed93c007c3f64 Mon Sep 17 00:00:00 2001 From: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com> Date: Tue, 29 Apr 2025 10:15:54 -0700 Subject: [PATCH] Set CI=true in reproducible build --- reproducible-builds/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/reproducible-builds/Dockerfile b/reproducible-builds/Dockerfile index 5a4e5ea6c8..93394d615e 100644 --- a/reproducible-builds/Dockerfile +++ b/reproducible-builds/Dockerfile @@ -50,6 +50,7 @@ RUN curl -o- "https://raw.githubusercontent.com/nvm-sh/nvm/v${NVM_VERSION}/insta ENV NODE_PATH=$NVM_DIR/v$NODE_VERSION/lib/node_modules ENV PATH=$NVM_DIR/versions/node/v$NODE_VERSION/bin:$PATH +ENV CI=true # Install pnpm RUN npm install -g pnpm@10.3.0