includeos / IncludeOS

A minimal, resource efficient unikernel for cloud services
https://www.includeos.org
Apache License 2.0
4.86k stars 358 forks source link

nix: Use clang as stdenv #2226

Closed MagnusS closed 2 months ago

MagnusS commented 2 months ago

Sets clang as stdenv and updates to 23.11 to get clang6Stdenv. I used Clang 6 for now as it matches the old conan profile.

uzlib is also patched to use $(CC) instead of gcc. Later versions have fixed this, so when we can upgrade we will not need this patch.

fwsGonzo commented 2 months ago

24.04 is just out, but perhaps that is too new?