-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
we need a pkgsCross smoke test #243320
Copy link
Copy link
Closed
Labels
0.kind: bugSomething is brokenSomething is broken6.topic: llvm/clangIssues related to llvmPackages, clangStdenv and relatedIssues related to llvmPackages, clangStdenv and related
Metadata
Metadata
Assignees
Labels
0.kind: bugSomething is brokenSomething is broken6.topic: llvm/clangIssues related to llvmPackages, clangStdenv and relatedIssues related to llvmPackages, clangStdenv and related
Fields
Give feedbackNo fields configured for issues without a type.
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
pkgsCrossfor 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
targetPlatforms I encounter on a regular basis, but since I don't use LLVM much or Windows at all I neglected to trypkgsLLVMandpkgsCross.<various-windows-flavors>. That's not cool.