Week 11, 2022 : Development and Testing Updates

Some additional details around the changes in the build folder structure
Users, who are building with docker, need not change anything. A new docker will be published on Monday to let it work again. While waiting for it, users can modify their own by looking at this issue .

For those who build without docker

  1. need to install git-lfs (sudo apt-get install git-lfs)
  2. after repo sync, need to run repo forall -c ‘git lfs pull’
2 Likes