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

Fix hardcoded sha1sum command and compare sha1 value #393

Merged
merged 2 commits into from
Mar 31, 2024

Conversation

ChinYikMing
Copy link
Collaborator

No description provided.

mk/external.mk Outdated Show resolved Hide resolved
mk/external.mk Outdated Show resolved Hide resolved
mk/external.mk Outdated Show resolved Hide resolved
mk/external.mk Outdated Show resolved Hide resolved
mk/external.mk Outdated Show resolved Hide resolved
Abstract the extractor and verifier to support .zip and .gz compressed
files.

The $(call) function executes during the expansion, so we have to make
all steps inside download-extract-verify to $(call) like, so that they
can be run in sequentially. To do that, introducing three more functions
which are prologue, download, and epilogue.
@jserv jserv merged commit 13a6531 into sysprog21:master Mar 31, 2024
8 checks passed
@jserv
Copy link
Contributor

jserv commented Mar 31, 2024

Thank @ChinYikMing for contributing!

@ChinYikMing ChinYikMing deleted the sha1 branch March 31, 2024 10:14
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.

2 participants