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

[DX Streamline] Do not hardcode the versions of tools in the CI #470

Open
galargh opened this issue Jul 15, 2024 · 1 comment
Open

[DX Streamline] Do not hardcode the versions of tools in the CI #470

galargh opened this issue Jul 15, 2024 · 1 comment
Milestone

Comments

@galargh
Copy link
Contributor

galargh commented Jul 15, 2024

#464 (comment)

E.g. the version of rust used in CI should be sourced from configuration files rather than hardcoded in the workflow definition.

@vmx
Copy link
Contributor

vmx commented Jul 15, 2024

To make things simpler, I propose reverting the rust-toolchain.toml file back to just a rust-toolchain file which contains the version only. This way CI can just cat file in order to get the version instead of having the need of parsing the TOML file.

@BigLep BigLep added this to the DX-Streamline milestone Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

3 participants