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

Pin a nightly rust for our CI/CD #322

Closed
ghzlatarev opened this issue Jan 4, 2022 · 3 comments
Closed

Pin a nightly rust for our CI/CD #322

ghzlatarev opened this issue Jan 4, 2022 · 3 comments
Assignees
Labels
A-ci Area: Continuous Integration
Milestone

Comments

@ghzlatarev
Copy link
Contributor

For reference - https:/AcalaNetwork/Acala/blob/master/.github/workflows/test.yml#L39

@ghzlatarev ghzlatarev added the A-ci Area: Continuous Integration label Jan 11, 2022
@ghzlatarev ghzlatarev added this to the v3.3.0 milestone Jul 12, 2022
@ghzlatarev
Copy link
Contributor Author

Revert the CI workaround #571 which pins the tests and publish-draft-release workflows to:

rustup toolchain install nightly-2022-07-10-x86_64-unknown-linux-gnu
rustup target add wasm32-unknown-unknown --toolchain nightly-2022-07-10-x86_64-unknown-linux-gnu

@Dengjianping
Copy link
Contributor

Dengjianping commented Jul 12, 2022

Cargo supports [toolchain] section.

[toolchain]
channel = "nightly-2022-07-10"
components = [ "rustfmt", "clippy" ]
targets = [ "wasm32-unknown-unknown" ]

@Garandor
Copy link
Contributor

resolved by eb05731

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-ci Area: Continuous Integration
Projects
None yet
Development

No branches or pull requests

3 participants