Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,5 @@ read*lock
# Nx cache
.nx/

.traces
*.tmp
8 changes: 8 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ done

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

if $ci; then
export CI=true
fi

# Temporary log memory for long builds (this may mess with tests that check stderr)
# export NODE_OPTIONS="-r $PWD/scripts/log-memory.js ${NODE_OPTIONS:-}"

Expand Down Expand Up @@ -116,6 +120,10 @@ echo "==========================================================================
echo "building..."
time npx lerna run $bail --concurrency=$concurrency $runtarget $flags || fail

echo "=============[ MEMORY AND TIMING TRACES ]===================================================="
cat .traces/*
echo "============================================================================================="

if [ "$check_compat" == "true" ]; then
/bin/bash scripts/check-api-compatibility.sh
fi
Expand Down
1 change: 0 additions & 1 deletion packages/@aws-cdk/custom-resource-handlers/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,3 @@ scripts/*.d.ts

!lib/aws-certificatemanager/dns-validated-certificate-handler/index.js
!test/aws-certificatemanager/dns-validated-certificate-handler.test.js
!lib/aws-cloudfront/edge-function/index.js
Loading
Loading