microsoft / mu_devops

Project Mu Developer Operations
https://microsoft.github.io/mu/
Other
27 stars 25 forks source link

RustSetupSteps: Add target triple detection #247

Closed makubacki closed 1 year ago

makubacki commented 1 year ago

Adds a step to determine the target triple for the host platform that can be reused by other steps. It is currently used in the rustup component add command issued later in the file.

makubacki commented 1 year ago

Fyi, pipelines are backed up at the moment. I need to get results from another pending run before completing this.