chez: unpin LLVM
The bugs no longer reproduce as of the latest release.
This commit is contained in:
parent
0306ae73d3
commit
8153126f49
@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
llvmPackages_17,
|
|
||||||
fetchurl,
|
fetchurl,
|
||||||
coreutils,
|
coreutils,
|
||||||
cctools,
|
cctools,
|
||||||
@ -13,13 +12,6 @@
|
|||||||
testers,
|
testers,
|
||||||
}@args:
|
}@args:
|
||||||
|
|
||||||
let
|
|
||||||
# x64 darwin fails with invalid memory reference with clang-18 & 19.
|
|
||||||
# https://github.com/cisco/ChezScheme/issues/896
|
|
||||||
# aarch64 darwin fails to execute `system` calls with clang-18 & 19.
|
|
||||||
# https://github.com/cisco/ChezScheme/issues/928
|
|
||||||
stdenv = if args.stdenv.hostPlatform.isDarwin then llvmPackages_17.stdenv else args.stdenv;
|
|
||||||
in
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "chez-scheme";
|
pname = "chez-scheme";
|
||||||
version = "10.2.0";
|
version = "10.2.0";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user