-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
postgresqlPackages: enable update scripts and update many packages #356283
Merged
Ma27
merged 16 commits into
NixOS:master
from
wolfgangwalther:postgresql-packages-update-scripts
Nov 19, 2024
Merged
postgresqlPackages: enable update scripts and update many packages #356283
Ma27
merged 16 commits into
NixOS:master
from
wolfgangwalther:postgresql-packages-update-scripts
Nov 19, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Result of 14 packages marked as broken and skipped:
30 packages failed to build:
214 packages built:
|
This enables update scripts via buildPostgresqlExtension. Extensions must actively opt-out, if they don't support either the default configuration or the unstable configuration. To make the update script work, some extensions had to be changed to pull their code from GitHub instead. Those with PostgreSQL-style version tags (REL_X_Y) had to be changed to make src.rev the source of truth.
wolfgangwalther
force-pushed
the
postgresql-packages-update-scripts
branch
from
November 16, 2024 12:10
e680d32
to
87b30f2
Compare
Result of 14 packages marked as broken and skipped:
10 packages failed to build:
234 packages built:
The broken packages are already broken on master. |
wolfgangwalther
force-pushed
the
postgresql-packages-update-scripts
branch
from
November 16, 2024 13:03
87b30f2
to
a7daa54
Compare
13 tasks
13 tasks
Result of 24 packages marked as broken and skipped:
10 packages failed to build:
224 packages built:
The broken packages are already broken on master. |
Ma27
reviewed
Nov 19, 2024
Ma27
approved these changes
Nov 19, 2024
Successfully created backport PR for |
Merged
1 task
Closed
13 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
10.rebuild-darwin: 101-500
10.rebuild-linux: 101-500
backport release-24.11
Backport PR automatically
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Enables update script per default via
postgresqlBuildExtension
. Extensions must opt out actively if they don't support the update script.To make the update script work, some extensions had to be changed to pull their code from GitHub instead. Those with PostgreSQL-style version tags (REL_X_Y) had to be changed to make
src.rev
the source of truth instead ofversion
.Updating 15 postgresql extensions along the way.
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.