kdave / btrfs-progs

Development of userspace BTRFS tools
GNU General Public License v2.0
527 stars 239 forks source link

CI: add build tests with clang #716

Closed kdave closed 7 months ago

kdave commented 7 months ago

https://github.com/kdave/btrfs-progs/issues/712 reports buidl problems with clang due to compiler flag tests. We should have caught that but clang tests are not done yet. The compiler shoudl be set at configure time so it's applied to the feature tests, make will pick it from there. The GH actions matrix can be used for the switch so the workflows don't need to be duplicated.

kdave commented 7 months ago

Clang is now enabled for the devel workflow, basic build tests only.