rPackages.rstanarm: reduce log size by disabling warning spam (#545957)

This commit is contained in:
Justin Bedő
2026-07-26 22:05:52 +00:00
committed by GitHub
+7
View File
@@ -2792,6 +2792,13 @@ let
};
});
rstanarm = old.rstanarm.overrideAttrs (attrs: {
env = (attrs.env or { }) // {
# needed to avoid "log limit exceeded" on Hydra
NIX_CFLAGS_COMPILE = attrs.env.NIX_CFLAGS_COMPILE + " -Wno-ignored-attributes";
};
});
rvisidata = old.rvisidata.overrideAttrs (attrs: {
postPatch = ''
substituteInPlace R/main.r --replace-fail \