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 b435ab4 commit 0c49602
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ on:
- 'src/**'
- 'tests/**'
- '**/CMakeLists.txt'
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ github.ref_type == 'branch' && github.sha }}-${{ github.event_name == 'workflow_dispatch' }}-${{ github.event_name == 'schedule' }}-${{ github.event.schedule }}
Expand Down Expand Up @@ -174,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 0c49602

Please sign in to comment.