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

Download xdp-for-windows #76

Merged
merged 3 commits into from
Apr 25, 2024
Merged

Conversation

Alan-Jowett
Copy link
Member

This pull request primarily involves changes to the .github/workflows/Build.yml file to streamline the process of downloading and installing packages. The changes replace the previous method of manually specifying the package URL with the use of GitHub's gh release command to automatically fetch the latest pre-release. The package URL is no longer hardcoded, which makes the process more flexible and maintainable.

Key changes include:

  • .github/workflows/Build.yml: Replaced the manual specification of the package URL with the use of gh release command to fetch the latest pre-release. This change reduces the need for manual updates whenever a new version of the package is released.
  • .github/workflows/Build.yml: Removed the hardcoded package URL for the xdp-devkit-x64-1.1.0.zip file and replaced it with a dynamic reference to the environment variable XDP_VERSION. This change allows the workflow to adapt to different versions of the package without needing to modify the script.

Alan Jowett added 3 commits April 25, 2024 09:50
Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
@Alan-Jowett Alan-Jowett merged commit ca74f2c into microsoft:main Apr 25, 2024
21 of 22 checks passed
@Alan-Jowett Alan-Jowett deleted the pick_latest_xdp branch April 25, 2024 18:21
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.

1 participant