Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions bin/yaml/libraries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1623,6 +1623,15 @@ libraries:
- Catch2WithMain
method: nightlyclone
repo: catchorg/Catch2
# Catch2 v3 needs C++14 and a hosted standard library, so these can never
# build it and only add noise to the nightly build log.
skip_compilers:
- g485
- g510
- g550
- avrg1610
- m68kg1610
- shg1610
targets:
- trunk
type: github
Expand Down