Skip to content

Commit

Permalink
Enable clang msys builds in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eliaskosunen committed May 16, 2024
1 parent 7504df0 commit 562a3fa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,6 @@ jobs:
# llvm, ucrt, libc++
- clang32
- clang64
exclude:
# FIXME: bugging out with float parsing
- sys: clang32
- sys: clang64

steps:
- uses: msys2/setup-msys2@v2
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 2.0.3

_Released 2024-05-xx_

## Fixes

* Small CMake adjustments to better support use as a subproject (#113, thanks [@frankmiller (Frank Miller)](https://github.com/frankmiller))
* Fix misplaced include of `GNUInstallDirs` in CMake (#111, thanks [@WangWeiLin-MV](https://github.com/WangWeiLin-MV))
* Allow for externally installed versions for GTest and Google Benchmark (#112, thanks [@xvitaly (Vitaly)](https://github.com/xvitaly))
* Adjust the definition of `SCN_COMPILER` to fix usage with a recent Clang using modules (#109, thanks [@Delta-dev-99 (Armando Martin)](https://github.com/Delta-dev-99))
* Allow for more versions of dependencies (simdutf, fast_float)
* Fix C++23 build failure caused by missing inclusion of `<utility>` for `std::unreachable`

# 2.0.2

_Released 2024-02-19_
Expand Down

0 comments on commit 562a3fa

Please sign in to comment.