-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
agda, nixos/tests/agda: LLVM error on aarch64-linux #111738
Copy link
Copy link
Closed
Labels
0.kind: bugSomething is brokenSomething is broken6.topic: agdaA dependently typed programming language / interactive theorem proverA dependently typed programming language / interactive theorem prover6.topic: cross-compilationBuilding packages on a different platform than they will be used onBuilding packages on a different platform than they will be used on6.topic: haskellGeneral-purpose, statically typed, purely functional programming languageGeneral-purpose, statically typed, purely functional programming language
Metadata
Metadata
Assignees
Labels
0.kind: bugSomething is brokenSomething is broken6.topic: agdaA dependently typed programming language / interactive theorem proverA dependently typed programming language / interactive theorem prover6.topic: cross-compilationBuilding packages on a different platform than they will be used onBuilding packages on a different platform than they will be used on6.topic: haskellGeneral-purpose, statically typed, purely functional programming languageGeneral-purpose, statically typed, purely functional programming language
Fields
Give feedbackNo fields configured for issues without a type.
Describe the bug
The test
nixos/tests/agda.nixfails onaarch64-linuxbecause it doesn't find LLVM:Note that Agda itself works fine, but the subsequent call to ghc doesn't succeed.
The correct resolution is probably to make sure that on
aarch64-linux, the GHC called by Agda has an additional dependency on LLVM. (We could also make LLVM available on the test machine, but I think it's likely that Agda is actually broken onaarch64-linuxin general, not just in the test.)Notify maintainers
@alexarice @neosimsim