You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #4298 we added an allow list of languages to be built in the github CI. However, this allow list was not taken into account in generate_download_info (inside tools/build_board_info.py).
Move the allow list from tools/build_release_files.py to build_board_info.py, and use it from both places.
While you're in there check if you can use json.write / json.dumps with sort_keys=True
The text was updated successfully, but these errors were encountered:
jepler
transferred this issue from adafruit/circuitpython-org
Mar 24, 2021
Uh oh!
There was an error while loading. Please reload this page.
In #4298 we added an allow list of languages to be built in the github CI. However, this allow list was not taken into account in generate_download_info (inside tools/build_board_info.py).
Move the allow list from tools/build_release_files.py to build_board_info.py, and use it from both places.
While you're in there check if you can use json.write / json.dumps with sort_keys=True
The text was updated successfully, but these errors were encountered: