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 Support for Downloading Package Using Commit Hash as the Reference #170

Merged
merged 3 commits into from
Oct 12, 2024

Conversation

threeal
Copy link
Owner

@threeal threeal commented Oct 11, 2024

This pull request resolves #169 by modifying the commands executed in the cdeps_download_package function to allow external packages to be downloaded using a commit hash as the reference. It also updates the tests in the test_download_version.cmake file to ensure the function can download packages using a branch name, tag name, or commit hash as the reference.

@threeal threeal self-assigned this Oct 11, 2024
@threeal threeal added the test label Oct 11, 2024
@threeal threeal added this to the Version 0.1.0 milestone Oct 11, 2024
…and branch

Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
@threeal threeal force-pushed the download-pkg-support-commit-hash branch from 21e15a5 to 8595d5e Compare October 11, 2024 17:18
…it hash

Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
@threeal threeal marked this pull request as ready for review October 11, 2024 17:24
@threeal threeal added the feat label Oct 11, 2024
@threeal threeal merged commit 1fd2b34 into main Oct 12, 2024
4 checks passed
@threeal threeal deleted the download-pkg-support-commit-hash branch October 12, 2024 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Support for Downloading Package Using Commit Hash as the Reference
1 participant