Skip to content

Commit 93f5b64

Browse files
committed
Try to be more efficient on CI
1 parent 7d6f3e6 commit 93f5b64

File tree

14 files changed

+77
-1507
lines changed

14 files changed

+77
-1507
lines changed

build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ done
4747

4848
export NODE_OPTIONS="--max-old-space-size=8196 --experimental-worker ${NODE_OPTIONS:-}"
4949

50+
if $ci; then
51+
export CI=true
52+
fi
53+
5054
# Temporary log memory for long builds (this may mess with tests that check stderr)
5155
# export NODE_OPTIONS="-r $PWD/scripts/log-memory.js ${NODE_OPTIONS:-}"
5256

0 commit comments

Comments
 (0)