-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
coturn: remove unnecessary libpromhttp dependency, fix build #369142
Conversation
This PR reworked the prometheus endpoint coturn/coturn#1591 Since the latest release libpromhttp is no longer used |
|
The ofborg failure is unrelated to this build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi. Thanks for the fix. Please also remove the libpromhttp
input from line 9. I remember there being some CI linter step to check for unused args, not sure if it was removed or failed to detect this.
This fixes the coturn build
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Automatic merge went well; stopped before committing as requested
$ nix-env --extra-experimental-features no-url-literals --option system x86_64-linux -f <nixpkgs> --nix-path nixpkgs=/home/illustris/.cache/nixpkgs-review/pr-369142-1/nixpkgs nixpkgs-overlays=/tmp/nix-shell-3414400-0/tmpuvfpd4le -qaP --xml --out-path --show-trace --no-allow-import-from-derivation --meta
--------- Impacted packages on 'x86_64-linux' ---------
1 package updated:
coturn
$ nix build --file /nix/store/fljl402absl1lsyqd9w6cslvcxa7xs0z-nixpkgs-review-2.12.0/lib/python3.12/site-packages/nixpkgs_review/nix/review-shell.nix --nix-path 'nixpkgs=/home/illustris/.cache/nixpkgs-review/pr-369142-1/nixpkgs nixpkgs-overlays=/tmp/nix-shell-3414400-0/tmpuvfpd4le' --extra-experimental-features 'nix-command no-url-literals' --no-link --keep-going --no-allow-import-from-derivation --option build-use-sandbox relaxed --argstr local-system x86_64-linux --argstr nixpkgs-path /home/illustris/.cache/nixpkgs-review/pr-369142-1/nixpkgs --argstr nixpkgs-config-path /tmp/nix-shell-3414400-0/tmpoy046zt3.nix --argstr attrs-path /home/illustris/.cache/nixpkgs-review/pr-369142-1/attrs.nix
Link to currently reviewing PR:
https://github.com/NixOS/nixpkgs/pull/369142
--------- Report for 'x86_64-linux' ---------
1 package built:
coturn
This fixes the coturn build
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.