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

feat: Add docker-build command to reproducible build #20

Merged
merged 1 commit into from
Mar 29, 2024

Conversation

jjyr
Copy link
Contributor

@jjyr jjyr commented Mar 29, 2024

No description provided.

@jjyr jjyr requested a review from chaoticlonghair March 29, 2024 03:01
@@ -112,4 +112,9 @@ CHECKSUM_FILE := build/checksums-$(MODE).txt
checksum: build
sha256sum build/$(MODE)/* > $(CHECKSUM_FILE)

.PHONY: build test check clippy fmt cargo clean prepare checksum
# Docker reproducible build
docker-build:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we put this into CI?

Copy link
Contributor Author

@jjyr jjyr Mar 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest we put it in CI later. At least now we can verify checksum on local machine

@chaoticlonghair chaoticlonghair merged commit 09b90c6 into utxostack:master Mar 29, 2024
5 checks passed
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