Skip to content

CI: Consume Rust toolchain version from cicd-workflows instead of hardcoding #6

@arvindr19

Description

@arvindr19

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions