Skip to content

Print elapsed time when progress enabled and disable cgo on armv7#49

Merged
dibu28 merged 1 commit intomainfrom
codex/add-progress-time-calculation-feature
Aug 24, 2025
Merged

Print elapsed time when progress enabled and disable cgo on armv7#49
dibu28 merged 1 commit intomainfrom
codex/add-progress-time-calculation-feature

Conversation

@dibu28
Copy link
Owner

@dibu28 dibu28 commented Aug 24, 2025

Summary

  • measure runtime when generating or verifying checksums
  • display elapsed time at end when -progress flag is used
  • document that armv7 builds use pure Go fallbacks and exclude cgo hash backends

Testing

  • go vet ./...
  • go build ./...
  • GOOS=linux GOARCH=arm GOARM=7 CGO_ENABLED=0 go build ./...
  • GOOS=linux GOARCH=arm GOARM=7 CGO_ENABLED=0 go vet ./...

https://chatgpt.com/codex/tasks/task_e_68ab21c157308328b8459e61b717f2ea

@dibu28 dibu28 merged commit 594bebd into main Aug 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant