Skip to content

Commit

Permalink
build2: updte manifest to exclude certain CI configs
Browse files Browse the repository at this point in the history
We can't build on MSVC 14 as it's too old

Clang with libstdc++ *should* be supported, but it seems to hit a bug in std::make_integer_sequence that I don't know how to work around yet
  • Loading branch information
tcbrindle committed Dec 13, 2018
1 parent e448d30 commit 376e8a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manifest
Expand Up @@ -8,3 +8,7 @@ url: https://github.com/tcbrindle/NanoRange
depends: * build2 >= 0.8.0-
requires: c++14
requires: msvc_15u7 | clang_3.8 | gcc_5.4
build-exclude: *-msvc_14* ; MSVC version too old
build-exclude: linux-clang_5.0 ; Error in libstdc++ make_integer_sequence
build-exclude: linux-clang_6.0 ; Same

0 comments on commit 376e8a0

Please sign in to comment.