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

refactor ci pipelines #219

Merged
merged 6 commits into from
Jan 9, 2025
Merged

refactor ci pipelines #219

merged 6 commits into from
Jan 9, 2025

Conversation

edgarriba
Copy link
Member

@edgarriba edgarriba commented Jan 9, 2025

This pull request includes several updates to the GitHub Actions workflows and a Dockerfile to improve the Rust toolchain installation and usage. The changes simplify the setup process and ensure the use of the latest stable Rust version.

Improvements to GitHub Actions workflows:

  • .github/workflows/rust_lint.yml: Replaced the use of actions-rs/toolchain and actions-rs/cargo with direct rustup and cargo commands for installing the Rust toolchain and running rustfmt and clippy. [1] [2]
  • .github/workflows/rust_test.yml: Updated the workflow to use direct rustup and cargo commands for installing the Rust toolchain, adding targets, and running tests. Also commented out the i686-unknown-linux-gnu target.

Dockerfile update:

@edgarriba edgarriba changed the title bump to 1.83 in cross ci refactor ci pipelines Jan 9, 2025
@edgarriba edgarriba merged commit ca05a79 into main Jan 9, 2025
11 checks passed
@edgarriba edgarriba deleted the fix-ci branch January 9, 2025 11:30
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