build.yml currently hardcodes the stable Rust toolchain version:
uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.88.0
This should be centrally managed in eclipse-opensovd/cicd-workflows so
all OpenSOVD Rust repositories stay on the same compiler version and
upgrades are coordinated in one place.
Action
- Once available, migrate
build.yml to consume it from there.
Raised during review of PR #3.
build.ymlcurrently hardcodes the stable Rust toolchain version:This should be centrally managed in
eclipse-opensovd/cicd-workflowssoall OpenSOVD Rust repositories stay on the same compiler version and
upgrades are coordinated in one place.
Action
build.ymlto consume it from there.Raised during review of PR #3.