-
Notifications
You must be signed in to change notification settings - Fork 373
Add MicroPython Tooling #1888
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
Add MicroPython Tooling #1888
Conversation
ccd5e6b to
8548556
Compare
8548556 to
afcc6a8
Compare
|
I was able to build 1.26, but not 1.27.0 due to |
Oh, that'd be because 1.27.0 isn't actually out yet lol. Lemme update this PR to match the set of versions I ended up with in compiler-explorer/compiler-explorer#8256. |
9c21711 to
df5f83d
Compare
|
Builds:
|
|
Oh, hadn't realized our build dependencies changed in the jump to 1.20.0, we can just drop the earlier versions. (Only reason for cutting off at 1.19 was that 1.18 and earlier needed a whole different set of tools with a different major revision of the bytecode format; and I guess some of those tools were still used by something or other during 1.19). |
Signed-off-by: Anson Mansfield <[email protected]>
df5f83d to
5bcc837
Compare
|
Should be resolved with compiler-explorer/misc-builder#119! |
Uh oh!
There was an error while loading. Please reload this page.