Skip to content

Instantly share code, notes, and snippets.

@askpatrickw
Last active October 23, 2020 22:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save askpatrickw/f5d80ed7b7baaf655c86b1ef4e313b05 to your computer and use it in GitHub Desktop.
Save askpatrickw/f5d80ed7b7baaf655c86b1ef4e313b05 to your computer and use it in GitHub Desktop.
CP Build Issue Checklist

Ensure CP is up to date

git pull adafruit main
git submodule sync --quiet --recursive
git submodule update --init

Ensure IDF is up to date

cd ~/esp/esp-idf
git pull
git submodule sync --quiet --recursive
git submodule update --init

Start a clean terminal and do a clean build

Is it a known CP or IDF Issue?

https://github.com/adafruit/circuitpython
https://github.com/espressif/esp-idf/issues

Can you reproduce on a nightly build?

https://adafruit-circuit-python.s3.amazonaws.com/index.html?prefix=bin/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment