Silvan Mosberger
6333a2f92b
OWNERS: Add myself to .github/workflows
...
(cherry picked from commit bb19beaf77
)
2024-11-23 19:33:30 +05:30
Silvan Mosberger
020dd9e652
workflows/eval: Minor fixes, ensure the correct commit is checked out
...
- `env.mergedSha` is empty, so it checked out the master version by
default
- The process step used `needs.attrs.outputs.mergedSha`, but apparently
that's empty unless `attrs` is declared as a `needs`, even though
`outputs` implicitly depends on `attrs`
(cherry picked from commit 19db54eda1
)
2024-11-23 19:33:29 +05:30
Zhong Jianxin
2ba55b0891
workflows/eval: avoid potential script injection attack
...
Although matrix.system is supposed to be generated from trusted code,
we'd better follow [Github Actions good practices][1].
[1]: https://docs.github.com/en/actions/security-for-github-actions/security-guides/security-hardening-for-github-actions#using-an-intermediate-environment-variable
(cherry picked from commit f80720823b
)
2024-11-23 19:33:25 +05:30
Silvan Mosberger
cb77c97eb2
Parallel GH actions workflow for Nixpkgs eval
...
Motivated by ofborg struggling [1] and its evaluations taking too long,
inspired by Jörg's initial PR [2]
and Adam's previous attempt to parallelise Nixpkgs evaluation [3],
this PR contains initial work to relief ofborg from its evaluation duty
by using GitHub Actions to evaluate Nixpkgs.
For now this doesn't take care of all of what ofborg does, such as
requesting appropriate reviewers or labeling mass rebuilds, but this can
be follow-up work.
[1]: https://discourse.nixos.org/t/infrastructure-announcement-the-future-of-ofborg-your-help-needed/56025?u=infinisil
[2]: https://github.com/NixOS/nixpkgs/pull/352808
[3]: https://github.com/NixOS/nixpkgs/pull/269403
Co-Authored-By: Jörg Thalheim <joerg@thalheim.io>
Co-Authored-By: Adam Joseph <adam@westernsemico.com>
(cherry picked from commit fbbe972898
)
2024-11-20 20:24:27 +00:00
Silvan Mosberger
2d128bd0db
pkgs/top-level/release.nix: Don't include non-Hydra attributes with attrNamesOnly
...
The attrNamesOnly feature is used by
pkgs/top-level/release-attrpaths-superset.nix to return a superset of
all attributes that might be built by Hydra.
Before this change it would include all attribute paths to derivations that could
be found recursively, ignoring the recurseForDerivations and
recurseForRelease attributes that control Hydra's recursion.
This had the effect that it would end up with ~266000 attributes, most of which definitely won't be built by Hydra. We can remove those while staying true to the superset notion to end up with just ~97000, a reduction of ~63.6%! This also comes with an eval time reduction from 31.7s to 18.7s (-41.0%)!
As an example, all derivations in pypy310Packages don't get included
anymore, because it doesn't have a `.recurseForDerivations` set.
As a nice side effect, with `--arg enableWarnings false`, no more
warnings are printed, because things like
`checkpointBuildTools.mkCheckpointedBuild` (which is deprecated) isn't
being recursed to anymore.
(cherry picked from commit 72f462bdba
)
2024-11-20 20:24:27 +00:00
Sefa Eyeoglu
90865e7043
[Backport release-24.11] prowlarr: 1.25.4.4818 -> 1.26.1.4844 ( #357519 )
2024-11-20 20:17:30 +01:00
Maximilian Bosch
bca81a31fe
Merge: [Backport release-24.11] postgresqlPackages: enable update scripts and update many packages ( #357398 )
2024-11-20 19:06:54 +01:00
Bobby Rong
cea589df55
[Backport release-24.11] pantheon.switchboard-plug-sound: 8.0.0 -> 8.0.1 ( #357586 )
2024-11-20 23:52:25 +08:00
Bobby Rong
ed9f1d9c58
pantheon.switchboard-plug-sound: 8.0.0 -> 8.0.1
...
https://github.com/elementary/switchboard-plug-sound/compare/8.0.0...8.0.1
(cherry picked from commit b05dbffa60
)
2024-11-20 15:45:56 +00:00
Emily
894bb3e7ec
[Backport release-24.11] signal-desktop(aarch64-linux): 7.23.0 -> 7.33.0, signal-desktop(darwin): 7.29.0 -> 7.33.0 ( #357576 )
2024-11-20 15:10:53 +00:00
teutat3s
6219a5a59c
signal-desktop(darwin): 7.29.0 -> 7.33.0
...
(cherry picked from commit 0bcdcae905
)
2024-11-20 15:10:01 +00:00
teutat3s
6b7f035b93
signal-desktop(aarch64-linux): 7.23.0 -> 7.33.0
...
https://github.com/0mniteck/Signal-Desktop-Mobian/compare/7.23.0...7.33.1
(cherry picked from commit c48022dee9
)
2024-11-20 15:10:01 +00:00
jopejoe1
067c0ff504
[Backport release-24.11] vvenc: 1.12.0 -> 1.12.1 ( #357354 )
2024-11-20 14:53:00 +01:00
Nick Cao
81ddfbcb27
[Backport release-24.11] spotify-player: clean up old Darwin SDK pattern; fix x86_64-darwin ( #356750 )
2024-11-20 08:52:49 -05:00
Nick Cao
7024a7c208
[Backport release-24.11] replibyte: fix build by updating lockfile ( #356752 )
2024-11-20 08:51:49 -05:00
Nick Cao
59679f0fb6
[Backport release-24.11] spotifyd: 0.3.5-unstable-2024-09-05 -> 0.3.5-unstable-2024-10-21 ( #357320 )
2024-11-20 08:51:19 -05:00
Nick Cao
32078e2df4
[Backport release-24.11] nixos/pay-respects: actually import the module ( #357375 )
2024-11-20 08:49:32 -05:00
Nick Cao
434e6fb2df
[Backport release-24.11] brave: 1.71.123 -> 1.73.89 ( #357380 )
2024-11-20 08:48:58 -05:00
Nick Cao
6468b28927
[Backport release-24.11] rnote: unbreak darwin ( #356748 )
2024-11-20 08:46:27 -05:00
Nick Cao
4426af75b3
[Backport release-24.11] koboldcpp: 1.77 -> 1.78 ( #356703 )
2024-11-20 08:45:57 -05:00
Nick Cao
b244b98a52
[Backport release-24.11] vengi-tools: 0.0.33 -> 0.0.34 ( #356722 )
2024-11-20 08:45:40 -05:00
Nick Cao
41c3bbea24
[Backport release-24.11] nihstro: init at 0-unstable-2024-05-05 ( #356711 )
2024-11-20 08:45:19 -05:00
Nick Cao
264f85bf44
[Backport release-24.11] phlare: fix build ( #356682 )
2024-11-20 08:44:34 -05:00
Nick Cao
8502ec844b
[Backport release-24.11] python3Packages.cocotb: fix build ( #356295 )
2024-11-20 08:43:46 -05:00
Nick Cao
6146f9cd30
[Backport release-24.11] python3Packages.swspotify: fix build ( #356183 )
2024-11-20 08:40:38 -05:00
Nick Cao
b9ad78adca
[Backport release-24.11] trivy: 0.57.0 -> 0.57.1 ( #357282 )
2024-11-20 08:32:12 -05:00
Emily
f5cf1d0445
[Backport release-24.11] llvmPackages_19: 19.1.3 -> 19.1.4 ( #357560 )
2024-11-20 13:27:18 +00:00
Tristan Ross
852f4f5175
llvmPackages_19: 19.1.3 -> 19.1.4
...
(cherry picked from commit 54300c25d8
)
2024-11-20 13:21:28 +00:00
Weijia Wang
650f1903a6
[Backport release-24.11] ansible_2_15: drop, ansible: 2.17.5 -> 2.17.6 ( #357197 )
2024-11-20 14:12:00 +01:00
Weijia Wang
396fd05410
[Backport release-24.11] lomiri.*: OTA-6 ( #357107 )
2024-11-20 14:11:18 +01:00
Weijia Wang
e954f3e48e
[Backport release-24.11] python312Packages.magic-wormhole-mailbox-server: 0.4.1 -> 0.5.1 ( #357210 )
2024-11-20 14:04:11 +01:00
Weijia Wang
d153fd1ebf
[Backport release-24.11] docs: remove old NixOS version references ( #357187 )
2024-11-20 14:03:48 +01:00
Weijia Wang
413b5d2bcf
[Backport release-24.11] cbconvert: 1.0.4 -> 1.1.0 ( #357279 )
2024-11-20 14:03:05 +01:00
Weijia Wang
c19764ad9e
[Backport release-24.11] gh-dash: 4.7.1 -> 4.7.3 ( #357249 )
2024-11-20 14:02:40 +01:00
Mauricio Collares
ee850ed9a0
[Backport release-24.11] sage: 10.4 -> 10.5.rc0 ( #357544 )
2024-11-20 13:02:51 +01:00
R. Ryantm
982b6849ca
gap: 4.12.2 -> 4.13.1
...
(cherry picked from commit c11dc6f65c
)
2024-11-20 12:01:56 +00:00
Mauricio Collares
b96540931b
sage: 10.4 -> 10.5.rc0
...
(cherry picked from commit c0f0acb787
)
2024-11-20 12:01:56 +00:00
Aadniz
cb0c4e8148
prowlarr: 1.25.4.4818 -> 1.26.1.4844
...
(cherry picked from commit e65ba64c29
)
2024-11-20 09:51:06 +00:00
Sefa Eyeoglu
9ad7b04914
[Backport release-24.11] openasar: 0-unstable-2024-09-06 -> 0-unstable-2024-11-13 ( #357515 )
2024-11-20 10:43:16 +01:00
R. Ryantm
4edfea170d
openasar: 0-unstable-2024-09-06 -> 0-unstable-2024-11-13
...
(cherry picked from commit a9fe8ba0e4
)
2024-11-20 09:29:15 +00:00
Sefa Eyeoglu
ae92632da9
[Backport release-24.11] prowlarr: 1.24.3.4754 -> 1.25.4.4818 ( #357507 )
2024-11-20 09:58:35 +01:00
Ryan Horiguchi
dcea4c5a24
prowlarr: 1.24.3.4754 -> 1.25.4.4818
...
(cherry picked from commit 79fccb5048
)
2024-11-20 08:58:21 +00:00
Doron Behar
e98cd09113
[Backport release-24.11] openmpi: 5.0.5 -> 5.0.6 ( #357502 )
2024-11-20 10:37:45 +02:00
Markus Kowalewski
9444b574fc
openmpi: 5.0.5 -> 5.0.6
...
(cherry picked from commit ee22085aeb
)
2024-11-20 08:29:28 +00:00
Markus Kowalewski
5556c77ca8
prrte: 3.0.5 -> 3.0.6
...
(cherry picked from commit a16a1449a0
)
2024-11-20 08:29:28 +00:00
Vincent Laporte
e03aa5c659
coqPackages_8_20.dpdgraph: init at 1.0+8.20
...
(cherry picked from commit 171e081b72
)
2024-11-20 07:07:29 +01:00
OTABI Tomoya
fe807c021b
[Backport release-24.11] python3Packages: Fix and document the removal of the local .overrideAttrs
attribute ( #357196 )
2024-11-20 11:08:42 +09:00
Aleksana
87c6e04296
[Backport release-24.11] easyeffects: fix bug 'missing spectrum analyzer' ( #357310 )
2024-11-20 10:06:14 +08:00
Austin Horstman
21006d313d
[Backport release-24.11] {febio, febio-studio}: darwin sdk refactor; fix qt 6.8 build ( #357439 )
2024-11-19 18:40:23 -06:00
Austin Horstman
4a3b98d09f
febio-studio: fix qt 6.8 build
...
Use a commit from upstream that hasn't been released to support qt 6.8
(cherry picked from commit 2e61f3236d
)
2024-11-20 00:40:05 +00:00