abonerib
  • Joined on 2024-09-10
abonerib commented on pull request rarias/jungle#190 2025-10-09 17:48:31 +02:00
Add metadata to packages

Sure, but we will later have to decide the default behavior for unset licenses if we do the nix-support/private for the cache.

abonerib pushed to add-meta at rarias/jungle 2025-10-09 17:33:06 +02:00
ec1da8f88f Add meta to intel 2023
9ffc04786f Add meta to packages
Compare 2 commits »
abonerib pushed to add-meta at abonerib/jungle 2025-10-09 17:33:03 +02:00
ec1da8f88f Add meta to intel 2023
9ffc04786f Add meta to packages
824dee5c86 Add maintainers
67726c1d44 Fix nanos6 cross-compilation for riscv
a971ed6a54 Fix cross compilation for lmbench
Compare 9 commits »
abonerib pushed to add-meta at rarias/jungle 2025-10-09 17:12:32 +02:00
da3d76213c Add skeleton meta to intel 2023
abonerib pushed to add-meta at rarias/jungle 2025-10-09 17:08:02 +02:00
2c15bfd5b9 Add skeleton meta to intel 2023
f41c035b0d Add meta to packages
824dee5c86 Add maintainers
67726c1d44 Fix nanos6 cross-compilation for riscv
a971ed6a54 Fix cross compilation for lmbench
Compare 9 commits »
abonerib pushed to add-private at abonerib/jungle 2025-10-09 17:07:22 +02:00
fac639eb8a Add missing pre/postInstall hooks to intel 2023
58498e0435 Trace addition to nix-support/private
7e31ecd4d7 Add nix-support/private to unfree derivation outputs
2c15bfd5b9 Add skeleton meta to intel 2023
f41c035b0d Add meta to packages
Compare 9 commits »
abonerib created branch add-private in abonerib/jungle 2025-10-09 17:07:21 +02:00
abonerib merged pull request rarias/jungle#194 2025-10-09 15:55:53 +02:00
Fixes for cross compilation
abonerib commented on pull request rarias/jungle#195 2025-10-09 15:34:00 +02:00
Add RISC-V cross-compilation target for CI

inherit pkgs; would fix the set building non top-level derivations, but maybe we want to do something else?

abonerib commented on pull request rarias/jungle#195 2025-10-09 15:29:21 +02:00
Add RISC-V cross-compilation target for CI

Nix flake show seems to be broken since the sets get into intelPackages and linxuPackages. Not sure what changed.

nix flake show
git+file:///home/leix/Documents/jungle?rev=40c8a12a34040f80…
abonerib commented on pull request rarias/jungle#195 2025-10-09 15:24:39 +02:00
Add RISC-V cross-compilation target for CI

So, meta.cross = true is for packages that cross compile, and we know they are correct (tested to be working), right?

abonerib commented on pull request rarias/jungle#195 2025-10-09 15:01:38 +02:00
Add RISC-V cross-compilation target for CI

Here is a list of packages that cross compile in hydra right now: http://weasel:3001/eval/52?filter=cross&compare=46&full=#tabs-still-succeed

  • bigotes
  • jemallocNanos6
  • meteocat-exporter -…
abonerib commented on pull request rarias/jungle#192 2025-10-09 14:54:55 +02:00
Set strictDeps=true on our top level packages
  1. Is not well documented so I don't know if it does only what you think it does. This can be resolved by reviewing the relevant parts of the stdenv machinery (and ideally having some notes for…
abonerib commented on pull request rarias/jungle#192 2025-10-09 13:08:58 +02:00
Set strictDeps=true on our top level packages

I was planning to add another job to the CI to run the cross compilation target. Wouldn't that cover what this patch is trying to solve?

We already discussed it bscpkgs: https://jungle.bsc.es/…

abonerib pushed to fix/crossRV64 at rarias/jungle 2025-10-09 12:59:20 +02:00
6c7bb0c3cd Fix nanos6 cross-compilation for riscv
abonerib pushed to fix/crossRV64 at abonerib/jungle 2025-10-09 12:58:37 +02:00
6c7bb0c3cd Fix nanos6 cross-compilation for riscv
d31670f9e7 Fix cross compilation for lmbench
b499123dcb Disable papi when cross compiling
dd7f24f455 Replace __noChroot with requiredSystemFeatures
64e2c39582 Add hwloc test with sys-devices feature
Compare 6 commits »
abonerib pushed to master at abonerib/jungle 2025-10-09 12:58:37 +02:00
dd7f24f455 Replace __noChroot with requiredSystemFeatures
64e2c39582 Add hwloc test with sys-devices feature
98d17b19d3 Enable custom sys-devices system feature
Compare 3 commits »
abonerib pushed to fix/crossRV64 at rarias/jungle 2025-10-09 12:44:41 +02:00
58a9a09c31 Fix nanos6 cross-compilation for riscv
d31670f9e7 Fix cross compilation for lmbench
Compare 2 commits »
abonerib commented on pull request rarias/jungle#194 2025-10-09 12:39:26 +02:00
Fixes for cross compilation

I am not sure either, nanos6 uses ifunc as the default and indirect the fallback: 57f0d9e5b0

abonerib merged pull request rarias/jungle#181 2025-10-09 11:49:07 +02:00
Enable custom sys-devices system feature