cpp-linter / clang-tools-static-binaries

static-linked versions of clang tools for Linux, Mac OS X and Windows
The Unlicense
2 stars 1 forks source link

fix static binaries failed on macOS from version 15~18 #28

Closed shenxianpeng closed 2 weeks ago

shenxianpeng commented 3 weeks ago

closes #26

2bndy5 commented 3 weeks ago

Well, I can see that it builds successfully. But does the CI also dry-run the executables (with say <tool-name> --version)?

shenxianpeng commented 2 weeks ago

Well, I can see that it builds successfully. But does the CI also dry-run the executables (with say --version)?

It's a good idea to test executables in the build CI to check it before merging or publishing. I'll add the test to build CI in the next pull request.