Skip to content

Commit

Permalink
Skip non-core platform Python requirements with bootstrap CLI argument (
Browse files Browse the repository at this point in the history
  • Loading branch information
MonicaisHer authored Nov 24, 2023
1 parent e9f63b2 commit 33cc5bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ parts:
# To avoid activation errors, don't treat unset variables as error
set +u
# Skip all non-core Python requirements:
sed -i '/^-r requirements/ s/./#&/' ./scripts/setup/requirements.all.txt
# Bootstrap with minimal "build" requirements
source ./scripts/setup/bootstrap.sh --platform build
# Build the chip tool
./scripts/examples/gn_build_example.sh examples/chip-tool ./build-examples
Expand Down

0 comments on commit 33cc5bf

Please sign in to comment.