-
Notifications
You must be signed in to change notification settings - Fork 379
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
replace build script with rust #786
Conversation
e2e1a9c
to
3b2b7e3
Compare
Should this be added to |
what do you mean? it is |
My mistake. |
bors try |
tryBuild failed: |
3b2b7e3
to
0772e16
Compare
bors try |
tryBuild failed: |
0772e16
to
67f0cba
Compare
bors try |
tryBuild failed: |
1d253e9
to
7f335a7
Compare
eb90156
to
b9397af
Compare
bors try |
tryBuild succeeded: |
Cargo.toml
Outdated
|
||
[dependencies] | ||
atty = "0.2" | ||
clap = { version = "3.1.18", features = ["derive"] } | ||
clap = { version = "3.1.18", features = ["derive", "env"] } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As of clap 3.2.0 (just released), this produces numerous spurious warnings that are unrelated to the actual code (I believe, see clap-rs/clap#3822) that may cause CI to fail. It might be worth locking clap to =3.1.18
for the meantime.
Other than those 2 comments, lgtm. |
bors try --target aarch64-unknown-linux-gnu Just testing the clap issues, if it will fail CI. |
we're using --locked, so it shouldn't |
Ok good, I'll probably submit a PR to fix these CI issues. |
lgtm bors r+ |
bors r- |
786: replace build script with rust r=Alexhuszagh a=Emilgardis Co-authored-by: Emil Gardström <[email protected]>
Canceled. |
tryBuild succeeded: |
I can add the pin here, no need for separate pr imo. |
18c46d7
to
ed2b452
Compare
3c8dd62
to
952ce20
Compare
bors r=Alexhuszagh |
Build succeeded: |
No description provided.