Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove macos-gcc and linux-clang compiler configurations from tests #78

Merged

Conversation

peter-urban
Copy link
Collaborator

See #77

This is a first measure to reduce the number of test cases:

  • I removed all macos - gcc configurations (calling gcc on macos seems to call clang anyways)
  • I removed all linux - clang configurations (I think it is safe enough to assume that clang works similar enough on linux and mac. Clang compiler problems on linu,x that are not found on mac should probably be reported to llvm directly and not to GSW-C

@efiring
Copy link
Member

efiring commented Nov 11, 2024

I'm confused: it looks like you removed configurations from the Make suite, and added them to the meson suite.

@peter-urban
Copy link
Collaborator Author

The added lines in the meson test suit are in the exclude section :-)
I agree that having this exclude section is unnecessary complicated, but I'd prefer to simplify this in a later PR

@efiring efiring merged commit be648cc into TEOS-10:main Nov 11, 2024
19 checks passed
@peter-urban peter-urban deleted the remove_exotic_compiler_configurations branch November 11, 2024 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants