-
-
Notifications
You must be signed in to change notification settings - Fork 126
feat: init hydra-queue-runner-v2 #790
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
Conversation
0e0c834
to
0239f87
Compare
0239f87
to
6170a60
Compare
StateDirectoryMode = "0700"; | ||
ReadWritePaths = [ | ||
"/nix/var/nix/gcroots/" | ||
"/run/postgresql/.s.PGSQL.${toString config.services.postgresql.port}" |
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.
Will this break when postgres restarts and recreates the socket?
5b593d9
to
4121e0e
Compare
b779eb8
to
222c51c
Compare
Please run |
222c51c
to
e21d6f5
Compare
zlib | ||
protobuf | ||
|
||
nixVersions.nix_2_29 |
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.
also builds and works with 2_30, but i think you are currently still using 2_29 ?
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.
Yeah. NixOS/hydra#1502 is currently on hold until: https://discourse.nixos.org/t/pre-disclosure-announcement-security-advisory-for-hydra-on-august-12-2025/67615
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.
Shouldn't this use config.nix.package?
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.
for hydra probably.
found a small issue, with the ffi changes, will update asap. Edit: resolved |
e21d6f5
to
285a237
Compare
related pr in ofborg: ofborg/ofborg-infrastructure#14