astral-sh / ruff-vscode

A Visual Studio Code extension with support for the Ruff linter.
Other
1.06k stars 53 forks source link

support more architectures #385

Closed diceroll123 closed 8 months ago

diceroll123 commented 8 months ago

Summary

Support a few more architectures

Test Plan

I have not tested it. Ideally the PR will do a dry run.

diceroll123 commented 8 months ago

Guess not!

konstin commented 8 months ago

We have to manually approve CI runs each times for first-time contributors unfortunately. You can activate github actions in your fork and make a PR in your fork to test.

diceroll123 commented 8 months ago

Updated.

In my PR on my fork, I:

But the only changes I've brought over to here are the build architectures. Attached is the list of successful actions!

image

aarch64-unknown-linux-musl I believe is what will allow us to use ruff within a devcontainer running on alpine linux, can't wait! 😄

charliermarsh commented 8 months ago

I can do some testing and ultimately build for nightly, thanks :)