nginx / unit

NGINX Unit - universal web app server - a lightweight and versatile open source server that simplifies the application stack by natively executing application code across eight different programming language runtimes.
https://unit.nginx.org
Apache License 2.0
5.37k stars 323 forks source link

Alpine Linux + Clang builder #949

Closed ac000 closed 4 months ago

ac000 commented 1 year ago

As @hongzhidao suggested

The only question is if we need to add a BB test or not.

Do we want a BB with say, Alpine Linux + clang?

Yep, that's what I mean.

Apart from the extra resources and possible extra time to complete a run, I don't think having more clang coverage would be bad thing in general. AFAICT the only builders that currently use clang are the FreeBSD ones and the code analyser.

Originally posted by @ac000 in https://github.com/nginx/unit/issues/941#issuecomment-1710098546

ac000 commented 1 year ago

@thresheek @andrey-zelenkov

To recap, this would be to provide coverage of building Unit under musl libc + clang.