s2n-tls icon indicating copy to clipboard operation
s2n-tls copied to clipboard

chore(ci): Refactor GHA rust toolchain install

Open dougch opened this issue 10 months ago • 0 comments

Problem:

The rustup behavior change was difficult to centrally update all the toolchain installs. Doing it in the generate.sh script was a short term mitigation.

Solution:

  1. Explicitly provide the version in the toolchain install, e.g. how quic does it
  2. Move the version to a centrally update-able variable

dougch avatar Mar 07 '25 23:03 dougch