Skip to content

Commit 2177d08

Browse files
committed
Fix Matter bootstrap nounset handling
1 parent ea3a52f commit 2177d08

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/light-firmware-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,10 @@ jobs:
6363
run: |
6464
set -euo pipefail
6565
cd esp-matter/connectedhomeip/connectedhomeip
66+
# Upstream bootstrap script dereferences unset optional vars.
67+
set +u
6668
source scripts/bootstrap.sh -p all,esp32
69+
set -u
6770
if declare -F deactivate >/dev/null; then
6871
deactivate
6972
fi

0 commit comments

Comments
 (0)