-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
nixos/gitea: fix mysql issue, add mysql socket auth, and add a nixos test #49814
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
Success on x86_64-linux (full log) Attempted: gitea Partial log (click to expand)
|
Failure on aarch64-linux (full log) Attempted: gitea Partial log (click to expand)
|
Note failure on aarch64-linux isn't unexpected... #45968 Anyone know why that isn't unexpected? Can we fix it? @GrahamcOfBorg test gitea |
@aanderse I was thinking, not related to the aarch64-failure. But maybe we should have a test machine in the same test file for postgres as well? Just to make sure that both works? |
Success on x86_64-linux (full log) Attempted: gitea Partial log (click to expand)
|
Failure on aarch64-linux (full log) Attempted: gitea Partial log (click to expand)
|
No attempt on aarch64-linux (full log) The following builds were skipped because they don't evaluate on aarch64-linux: tests.gitea Partial log (click to expand)
|
No attempt on x86_64-linux (full log) The following builds were skipped because they don't evaluate on x86_64-linux: tests.gitea Partial log (click to expand)
|
Still working on postgres test as it errors out in the pre-start script. More to come. |
@GrahamcOfBorg test postgresql Something funny going on with my machine... |
Success on aarch64-linux Attempted: tests.postgresql No partial log is available. |
Success on x86_64-linux Attempted: tests.postgresql No partial log is available. |
Success on x86_64-linux (full log) Attempted: gitea Partial log (click to expand)
|
@GrahamcOfBorg test gitea |
Success on x86_64-linux Attempted: tests.gitea No partial log is available. |
Success on aarch64-linux Attempted: tests.gitea No partial log is available. |
Failure on aarch64-linux (full log) Attempted: gitea Partial log (click to expand)
|
@etu if you're happy with this I'll look for someone to merge. |
Success on x86_64-linux (full log) Attempted: gitea Partial log (click to expand)
|
Failure on aarch64-linux (full log) Attempted: gitea Partial log (click to expand)
|
…n succeeds so the application can start
Motivation for this change
My gitea instance has been crashing every few nights because the systemd service is assuming a postgresql database.
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)ping @disassembler @etu