You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: set clang version min and max at compile time (#333)
This adds a build script that downloads versions.json from
`cpp-linter/clang-tools-static-binaries` latest release and injects it
into the production code using compile-time-only environment variables.
Includes a similar adjustment to any CI job that builds the new build script
that employs gh-cli instead of directly downloading the version info on
every build in CI.
Re-tuned platform support for static binaries. Linux and MacOS have
builds for amd64 and arm64, while windows currently only has x86_64 builds.
Fixes a bug where PyPI wheels were ignored if the version was not a strict semantic spec.
The new approach weights a fourth component (consecutive build number
of same clang version) so that can outrank earlier builds of the same clang version.
Added `--verbose` flag to installer CLI to enable debug level log output.
0 commit comments