Skip to content

Add Cargo Tool upload pipelines #409

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

Closed

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
Copy link

This PR has been automatically marked as stale because it has not had activity in 60 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions.

@github-actions github-actions bot added the state:stale Has not been updated in a long time label Apr 22, 2025
Copy link

This pull request has been automatically been closed because it did not have any activity in 60 days and no follow up within 7 days after being marked stale. Thank you for your contributions.

@github-actions github-actions bot closed this Apr 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:stale Has not been updated in a long time
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants