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

Fix warnings in CI #226

Merged
merged 5 commits into from
May 16, 2023
Merged

Fix warnings in CI #226

merged 5 commits into from
May 16, 2023

Conversation

Aadamandersson
Copy link
Member

This fixes the warnings in our CI.
We are currently using action-rs/toolchain to install the Rust toolchain in Github Actions. But as it seems to be unmaintained (see actions-rs/toolchain#216) and needs to be replaced to fix some of the warnings (see actions-rs/toolchain#219) I have replaced it with dtolnay/rust-toolchain, which looks like a suitable replacement.

@netlify
Copy link

netlify bot commented May 10, 2023

Deploy Preview for dada-lang ready!

Name Link
🔨 Latest commit 2316f92
🔍 Latest deploy log https://app.netlify.com/sites/dada-lang/deploys/64634e5f236c6a0008261e91
😎 Deploy Preview https://deploy-preview-226--dada-lang.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@xffxff
Copy link
Member

xffxff commented May 14, 2023

Do you mean such warnings?

image

Copy link
Member

@xffxff xffxff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@Aadamandersson
Copy link
Member Author

Do you mean such warnings?

image

Yes, exactly

@Aadamandersson
Copy link
Member Author

bors r+

bors bot added a commit that referenced this pull request May 14, 2023
226: Fix warnings in CI r=Aadamandersson a=Aadamandersson

This fixes the warnings in our CI.
We are currently using  [action-rs/toolchain](https://github.com/actions-rs/toolchain) to install the Rust toolchain in Github Actions. But as it seems to be unmaintained (see actions-rs/toolchain#216) and needs to be replaced to fix some of the warnings (see actions-rs/toolchain#219) I have replaced it with [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain), which looks like a suitable replacement.

Co-authored-by: Adam Andersson <adam.m.andersson@gmail.com>
@bors
Copy link
Contributor

bors bot commented May 14, 2023

Timed out.

@Aadamandersson
Copy link
Member Author

bors r+

bors bot added a commit that referenced this pull request May 14, 2023
226: Fix warnings in CI r=Aadamandersson a=Aadamandersson

This fixes the warnings in our CI.
We are currently using  [action-rs/toolchain](https://github.com/actions-rs/toolchain) to install the Rust toolchain in Github Actions. But as it seems to be unmaintained (see actions-rs/toolchain#216) and needs to be replaced to fix some of the warnings (see actions-rs/toolchain#219) I have replaced it with [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain), which looks like a suitable replacement.

Co-authored-by: Adam Andersson <adam.m.andersson@gmail.com>
@bors
Copy link
Contributor

bors bot commented May 14, 2023

Timed out.

@mbrobbel
Copy link
Contributor

mbrobbel commented May 16, 2023

This needs a bors.toml update. Remove the (nightly) part to match the names of the jobs in this PR:

"Check (nightly)",
"Test (nightly)",
"Rustfmt",
"Clippy (nightly)",
"Deploy (nightly)",

@Aadamandersson
Copy link
Member Author

Oh, I see. Thanks!

@Aadamandersson
Copy link
Member Author

bors r+

@bors
Copy link
Contributor

bors bot commented May 16, 2023

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@bors bors bot merged commit e691350 into dada-lang:main May 16, 2023
@Aadamandersson Aadamandersson deleted the update-actions branch May 16, 2023 09:57
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.

3 participants