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

Remove usage of actions-rs actions #7422

Merged
merged 1 commit into from
Jul 15, 2022
Merged

Conversation

alex
Copy link
Member

@alex alex commented Jul 15, 2022

They appear to be unmaintained at this point: actions-rs/toolchain#216

Also for most of these we can simply use the Rust that comes with the GHA image

They appear to be unmaintained at this point: actions-rs/toolchain#216

Also for most of these we can simply use the Rust that comes with the GHA image
@@ -216,12 +213,9 @@ jobs:
with:
python-version: ${{ matrix.PYTHON.VERSION }}
architecture: ${{ matrix.WINDOWS.ARCH }}
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af
- uses: dtolnay/rust-toolchain@3d5c338b548e8aff8b55d96390e28fa86945e1b2
Copy link
Member

Choose a reason for hiding this comment

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

Why do we need this for the windows wheel builder but not the windows CI job now?

Copy link
Member Author

Choose a reason for hiding this comment

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

I left it in the wheel builders to ensure releases are always built on the latest stable rust, in case the images are lagging behind. Being one release behind isn't a problem for CI.

@reaperhulk reaperhulk merged commit 1c4d4e9 into pyca:main Jul 15, 2022
@alex alex deleted the remove-actions-rs branch July 15, 2022 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants