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

Add Cargo Tool upload pipelines #409

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

Javagedes
Copy link
Contributor

Adds a template pipeline that compiles a specified cargo tool for the following target tripples:

  1. x86_64-pc-windows-msvc (if upload_windows == true)
  2. aarch64-pc-windows-msvc (if upload_windows == true)
  3. x86_64-unknown-linux-gnu (if upload_linux == true)
  4. aarch64-unknown-linux-gnu (if upload_linux == true)

The compiled binaries are formatted in an edk2-pytool-extension external dependency formatted layout.

Adds two consumers of the pipeline for cargo-make and cargo-tarpaulin

@Javagedes Javagedes force-pushed the personal/joeyvagedes/cargo-tool-artifact-pipeline branch from 4565d96 to 9e29182 Compare February 7, 2025 00:14
@Javagedes Javagedes requested review from makubacki and apop5 February 7, 2025 00:18
@Javagedes Javagedes force-pushed the personal/joeyvagedes/cargo-tool-artifact-pipeline branch from f85d3f7 to b784c9d Compare February 7, 2025 00:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants