Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Arduino platform versions & ESP32 3.0.x workaround #1213

Merged
merged 4 commits into from
Sep 10, 2024

Conversation

jgromes
Copy link
Owner

@jgromes jgromes commented Sep 10, 2024

Adds a way to enforce specific version of Arduino platform package, by exporting version into GitHub output. This is needed to work around linker errors observed for ESP32 arduino core 3.0.x (see e.g. https://github.com/jgromes/RadioLib/actions/runs/10797679624/job/29949459765). This PR sets the ESP32 Arduino core to use 2.0.17, which seems to be the last version that actually builds.

The root cause for this behavior is currently unknown, it seems to only happen in the CI.

@jgromes jgromes merged commit 50996fa into master Sep 10, 2024
57 checks passed
@jgromes jgromes deleted the ci-package-version branch September 10, 2024 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant