Skip to content

Commit

Permalink
Define required_submodules in environment_no_cipd.json (project-chip#…
Browse files Browse the repository at this point in the history
…18032)

Currently no required_submodules are defined, which makes
scripts/no_cipd_bootstrap.sh complain with:

Not all submodules are initialized. Please run the following commands.

    git submodule update --init third_party/mbed-mcu-boot/repo/boot/espressif/hal/esp-idf
...
  • Loading branch information
agners authored May 12, 2022
1 parent 4e42cba commit 001d4fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/environment_no_cipd.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"gn_root": ".",
"gn_targets": [":python_packages.install"]
},
"required_submodules": ["third_party/pigweed/repo"],
"gni_file": "build_overrides/pigweed_environment.gni"
}

0 comments on commit 001d4fa

Please sign in to comment.