chore(publish): Keep the mlucas binaries out of git and the bundle
src/Script_ABC_Blanton/hammer/ is ~99 MB of unstripped mlucas ELF binaries (avx512 / avx2 / avx / sse2 / generic-c). They come with the DUT image, so this repo has no reason to carry them - and a binary tree that size is permanent once committed: every clone pays for it forever. publish.sh excluded them too, because rsync copies whatever happens to be sitting in src/. Without the exclude the delivery bundle was ~100 MB from a machine that had the binaries and ~200 KB from a fresh clone. While there, usage() read a fixed line range of the header, so adding a Version History entry pushed code into the usage text. It now reads up to the first line of code. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014RetWKFZFG1ZHcitQAyhwM
This commit is contained in:
@@ -31,3 +31,6 @@ publish/*
|
||||
|
||||
# 尚未上機驗證的腳本暫存區(不入 repo,測過再搬進 src/)
|
||||
tmp/
|
||||
|
||||
# mlucas 的 ELF binary(~99 MB),DUT image 已內含,不入 repo
|
||||
src/Script_ABC_Blanton/hammer/
|
||||
|
||||
Reference in New Issue
Block a user