arduino-cli v1.0.x breaks arduino/compile-sketches action for Teensy boards #2658
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
Milestone
Describe the problem
Around early June, the arduino/compile-sketches-action (https://github.com/arduino/compile-sketches/) fails for the Teensy core (https://www.pjrc.com/teensy/package_teensy_index.json). The error message is:
The compilation itself seems to work, as before, but always ends with:
Both the above message, and the unsuccessful exit are new.
Testing the various components involved, this is neither due to updates in compile-sketches, nor it the core. However, downgrading arduino-cli to v0.35.3 fixes the issue.
It should be noted that an upload is absolutely not required at this point. We're essentially just running
arduino-cli compile
, here.Further resources:
To reproduce
This probably needs to be run inside a github-action, where the Teensy loader is not available.
An example workflow shall contain:
Expected behavior
arduino-cli compile
should compile, only, not attempt to contact the upload daemon.Arduino CLI version
v1.0.x
Operating system
Linux
Operating system version
Ubuntu (via github actions docker)
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: