Skip to content

Commit

Permalink
DRAFT 801 - test w/o -fno-strict-aliasing
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmai committed Oct 22, 2024
1 parent 6bbe4eb commit 0cfedfd
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 1,187 deletions.
169 changes: 0 additions & 169 deletions .appveyor.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/CodeQL.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/clang-format-check.yml

This file was deleted.

22 changes: 2 additions & 20 deletions .github/workflows/cmake-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:

matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
c_compiler: [ cl, clang, gcc ]
cxx_compiler: [ cl, clang++, g++ ]
c_compiler: [ clang, gcc ]
cxx_compiler: [ clang++, g++ ]
enable_cplusplus: [ off, on ]
build_type: [ Release ]
disable_gc_debug: [ off ]
Expand All @@ -27,42 +27,24 @@ jobs:
redirect_malloc: [ off, on ]
shared_libs: [ off, on ]
exclude:
- os: macos-latest
c_compiler: cl
- os: macos-latest
c_compiler: gcc
- os: ubuntu-latest
c_compiler: cl
- enable_threads: off
enable_rwlock: on
- c_compiler: cl
cxx_compiler: clang++
- c_compiler: cl
cxx_compiler: g++
- c_compiler: clang
cxx_compiler: cl
- c_compiler: clang
cxx_compiler: g++
- c_compiler: gcc
cxx_compiler: cl
- c_compiler: gcc
cxx_compiler: clang++
- os: macos-latest
enable_cplusplus: off
- os: ubuntu-latest
enable_cplusplus: off
- os: windows-latest
c_compiler: cl
enable_cplusplus: off
- os: windows-latest # TODO: replacement operator cannot be inline
c_compiler: clang
enable_cplusplus: on
- os: windows-latest
c_compiler: gcc
enable_cplusplus: off
- os: windows-latest # TODO: support dependency on libatomic_ops
c_compiler: cl
enable_threads: on
include:
- os: windows-latest
c_compiler: gcc
Expand Down
Loading

0 comments on commit 0cfedfd

Please sign in to comment.