| 6 Jun 2023 |
ryantm | * Does Hydra filter out attrpaths like "go-1.19"?
I made a hydraJobs output here
and the nix flake show output snippet is:
├───hydraJobs
│ └───x86_64-linux
│ ├───active-modules: derivation 'active-modules-1'
│ ├───"bun-0.5": derivation 'replit-module-bun-0.5'
│ ├───bundle: derivation 'nixmodules-bundle-11e31ab'
│ ├───bundle-image: derivation 'nixmodules-11e31ab'
| 22:11:16 |
ryantm | * Does Hydra filter out attrpaths like "go-1.19"?
I made a hydraJobs output here
and the nix flake show output snippet is:
├───hydraJobs
│ └───x86_64-linux
│ ├───active-modules: derivation 'active-modules-1'
│ ├───"bun-0.5": derivation 'replit-module-bun-0.5'
│ ├───bundle: derivation 'nixmodules-bundle-11e31ab'
│ ├───bundle-image: derivation 'nixmodules-11e31ab'
There is a job for active-modules but not for bun-0.5
| 22:11:44 |
| 7 Jun 2023 |
raitobezarius | I remember Julien looking into stuff like this for nix-eval-jobs I believe | 00:37:13 |
Mindavi | In reply to @ryantm:matrix.org
Does Hydra filter out attrpaths like "go-1.19"?
I made a hydraJobs output here
and the nix flake show output snippet is:
├───hydraJobs
│ └───x86_64-linux
│ ├───active-modules: derivation 'active-modules-1'
│ ├───"bun-0.5": derivation 'replit-module-bun-0.5'
│ ├───bundle: derivation 'nixmodules-bundle-11e31ab'
│ ├───bundle-image: derivation 'nixmodules-11e31ab'
There is a job for active-modules but not for bun-0.5
https://github.com/NixOS/hydra/pull/1286 I think it was just recently fixed | 05:48:56 |
Julien | Ah yes | 12:22:49 |
Julien | I’m not sure this has been deployed though | 12:24:06 |
raitobezarius | In reply to @julienmalka:matrix.org I’m not sure this has been deployed though but aren't you in the infra team now… ? :> | 12:37:05 |
raitobezarius | (iknowiknow hydra is build infra) | 12:37:17 |
vcunat | Bottom of pages
Hydra 0.1.20221124.0118770 (using nix-2.12.0pre20221116_561440b).
so probably not.
| 12:41:19 |
raitobezarius | it would be nice to bump to Nix 2.13.3 I guess | 12:41:44 |
ryantm | Another thing I noticed is the Nix version used for evaluation seems to be not easily configurable. A brief look at the modules indicates it uses nix.package for the builder though. | 12:51:29 |
das_j | In reply to @ryantm:matrix.org Another thing I noticed is the Nix version used for evaluation seems to be not easily configurable. A brief look at the modules indicates it uses nix.package for the builder though. That's a topic all by itself. Since Hydra directly links to nix, and the API is sometimes not so stable between nix versions, we usually have exactly 1 supported nix version per Hydra commit | 15:07:55 |