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

Update platformio version to fix broken scons 4.40400.0 #49

Merged

Conversation

julianneswinoga
Copy link
Member

I guess either Platformio or SCons pulled their 4.40400.0 version (version 4.4) because recently builds have been failing (on both Windows and Linux) :

2024-03-18 17:20:25,419:INFO:Tool Manager: Installing platformio/tool-scons @ ~4.40400.0
2024-03-18 17:20:26,462:ERROR:Error: Could not find the package with 'platformio/tool-scons @ ~4.40400.0' requirements for your system 'linux_x86_64'

(The tool version is hardcoded and comes from: https://github.com/platformio/platformio-core/blob/v6.1.13/platformio/__init__.py#L44 )

Updating platformio changes the required SCons version to 4.40600.0 (version 4.6) and it now installs successfully. 🙃

@julianneswinoga julianneswinoga merged commit 0939dcd into master Mar 18, 2024
7 checks passed
@julianneswinoga julianneswinoga deleted the bugfix/js/update-platformio-version-broken-scons-4.4 branch March 18, 2024 21:29
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