-
Notifications
You must be signed in to change notification settings - Fork 4
Add extensive compiler tests in CI #15
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
Conversation
73e0067 to
aab1f9a
Compare
aab1f9a to
eeaeb1c
Compare
4fa5da0 to
dbf6037
Compare
|
There are test failures for all versions of the zig compiler when compiling with |
dbf6037 to
b3683b4
Compare
b3683b4 to
46e8d9d
Compare
I don't have the bandwidth to look into this right now. I have disabled the zig tests for now and opened an issue to look into this separately: #17 |
|
Offf - |
|
Mabe we merge this for now and consider alternatives in an issue? |
24a572a to
8e41e34
Compare
Tests the following compilers: - GCC: 4.8, 4.9, 7, 11, 13, 14 - Clang: 18, 19, 20 Zig (0.12, 0.13, 0.14) are also added, but since they are currently failing, I disabled them for now. Signed-off-by: Matthias J. Kannwischer <[email protected]>
Signed-off-by: Matthias J. Kannwischer <[email protected]>
8e41e34 to
af2fde9
Compare
|
I disabled |
Add nix setup and compiler tests in CI
Tests the following compilers:
Zig: 0.12, 0.13, 0.14disabled due to failures