we need a pkgsCross
smoke test
#243320
Labels
0.kind: bug
Something is broken
6.topic: llvm/clang
Issues related to llvmPackages, clangStdenv and related
Until recently, nixpkgs' cross-compilation infrastructure was considered a sort of exotic/best-effort thing, without much CI or testing until things got to Hydra. That's no longer the case, and we are starting to depend on
pkgsCross
for increasingly important stuff.We need a package-sized (i.e. not needing
hydra-eval-jobs
) build that people can run when refactoring our cross-compilation infrastructure.When I wrote #238154 I tested it thouroughly on all the
targetPlatform
s I encounter on a regular basis, but since I don't use LLVM much or Windows at all I neglected to trypkgsLLVM
andpkgsCross.<various-windows-flavors>
. That's not cool.The text was updated successfully, but these errors were encountered: