conan-io/hooks

Create list of cross-compilers and use the list in hooks that apply to them

Open

#353 opened on Oct 2, 2021

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (45 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (34 stars)
PR merge metrics
 (PR metrics pending)

Description

It would be useful to maintain a list for cross-compilers (maybe other categories too) and use that list in all the hooks that apply to them. Now, whenever we have a new exception, we need to add it to many different lists

Contributor guide