]> wimlib.net Git - wimlib/commit - NEWS
make-windows-release: support MSYS2 clang environments
authorEric Biggers <ebiggers3@gmail.com>
Mon, 27 Mar 2023 05:30:54 +0000 (22:30 -0700)
committerEric Biggers <ebiggers3@gmail.com>
Mon, 27 Mar 2023 06:12:50 +0000 (23:12 -0700)
commit4bf6a314246d8f7d088eb4bf3b1e3575a6ac329f
tree0a3ea1014801ea308e40dcfdc905d50167f25e02
parentc160f56245b0b7da9f0c838bba27c0caa716faa2
make-windows-release: support MSYS2 clang environments

Update tools/make-windows-release to support the CLANG32 and CLANG64
MSYS2 environments, and update ci.yml to test them in GitHub Actions.

Also try to support CLANGARM64, though I have no way to test that yet.

Finally, make a couple more tweaks to make-windows-release:

- Run the configure script unless it's explicitly requested to be
  skipped, as the previous logic was too fragile.

- Default to no docs and no zip.
.github/workflows/ci.yml
NEWS
README.WINDOWS
tools/make-releases
tools/make-windows-release