Attempting to use arduino:avr git repository as source-url results in compilesketches.py crashing #310
Closed
3 tasks done
Labels
conclusion: resolved
Issue was resolved
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Describe the problem
Trying to use the the latest AVR core from github results in
compilesketches.py
crashing with the following error:To reproduce
Use the following configuration taken nearly verbatim from the FAQ page (https://github.com/arduino/compile-sketches/blob/main/docs/FAQ.md):
Expected behavior
If the
source-url
field is removed from the above example then everything works as expected. This should work identically with the github repository as the source as it does with the build in AVR core.'arduino/compile-sketches' version
1.1.1
Additional context
This may be occurring when any other repository is specified also, but the AVR one is the only repo I've tried using as a source.
Issue checklist
The text was updated successfully, but these errors were encountered: