openthread / ot-reference-release

BSD 3-Clause "New" or "Revised" License
11 stars 27 forks source link

Build for 1.3.1 in CI #75

Closed sunytt closed 5 months ago

sunytt commented 5 months ago

This PR fixes 2 issues:

  1. Added DOCKER=1 for otbr bootstrap to skip installing resolvconf.
  2. Fix the expected submodule path 'openthread' not to be a symbolic link issue caused by make-firmware for nrf52840 creates a symbolic link for openthread submodule. This is not accepted by the git_archive_all tool.

It also adds CI for building 1.3.1 reference release.