Skip to content

Commit

Permalink
release-lib: add exception to build olm on hydra
Browse files Browse the repository at this point in the history
Olm was marked as vulnerable in e4767b4.

The issue, however, is controversial and the practical ability to
exploit its vulnerabilities has not been demostrated: ultimately the
users are invited to decide for themselves.

Given that, hydra should still build and distribute the packages
depending on olm to avoid expensive builds in the event the users
decide it's acceptable to continue using these packages.
  • Loading branch information
rnhmjoj committed Oct 12, 2024
1 parent 7996a7c commit 12b1a23
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/top-level/release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
, nixpkgsArgs ? { config = {
allowUnfree = false;
inHydra = true;
# Exceptional unsafe packages that we still build and distribute,
# so users choosing to allow don't have to rebuild them every time.
permittedInsecurePackages = [
"olm-3.2.16" # see PR #347899
];
}; }

# This flag, if set to true, will inhibit the use of `mapTestOn`
Expand Down

0 comments on commit 12b1a23

Please sign in to comment.