Skip to content

Commit

Permalink
Switch bootstrap with activate
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Dec 1, 2022
1 parent ff284fc commit 642d79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/gn_gen_cirque.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ echo "Ensure submodules for Linux builds are checked out"
./scripts/checkout_submodules.py --shallow --platform linux

echo "Setup build environment"
source "./scripts/bootstrap.sh"
source "./scripts/activate.sh"

echo "Build: GN configure"
gn --root="$CHIP_ROOT" gen --check --fail-on-unused-args out/debug --args='target_os="all"'"chip_build_tests=false chip_enable_wifi=false chip_im_force_fabric_quota_check=true enable_default_builds=false enable_host_gcc_build=true enable_standalone_chip_tool_build=true enable_linux_all_clusters_app_build=true enable_linux_lighting_app_build=true"
Expand Down

0 comments on commit 642d79d

Please sign in to comment.