crashappsec / libcon4m

Base Compiler and Runtime Support for con4m
Apache License 2.0
0 stars 0 forks source link

.github: add CI job for x86_64 linux + clang 18 #67

Closed ee7 closed 1 week ago

ee7 commented 2 weeks ago

Just re-creating https://github.com/crashappsec/libcon4m/pull/62 against main with no other changes. It was already nearly mergeable, and it looks like it was closed due to base branch being deleted. But please let me know if there's a reason for us not wanting to merge this.

To-do:


Before this PR, libcon4m CI had:

Add a CI job for x86_64 Linux + Clang 18 (the latest stable release).

This is useful to help:

Note that this new CI job currently produces about 2200 lines of -Watomic-alignment warnings, but that will be fixed by https://github.com/crashappsec/libcon4m/pull/76.

Closes: https://github.com/crashappsec/libcon4m/issues/52 Refs: https://github.com/crashappsec/libcon4m/issues/61 Refs: https://github.com/crashappsec/libcon4m/issues/63 Refs: https://github.com/crashappsec/libcon4m/issues/66 Refs: https://github.com/crashappsec/libcon4m/issues/68