mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-19 14:01:21 +00:00
ci: run quality on forgejo native runner, fix runner user
- switch all jobs to runs-on: native so the netty forgejo runner picks them up - deploy-netty now runs locally on netty via `just switch-netty` (no SSH) - fix tmpfiles owner: gitea-actions-runner creates user `gitea-runner`, not `forgejo-runner` Made-with: Cursor
This commit is contained in:
parent
0db4171b0b
commit
ec2f23757b
2 changed files with 13 additions and 37 deletions
|
|
@ -9,14 +9,14 @@ let
|
|||
in
|
||||
{
|
||||
systemd.tmpfiles.rules = [
|
||||
"d ${cacheRoot} 0750 forgejo-runner forgejo-runner -"
|
||||
"d ${cacheRoot}/cargo 0750 forgejo-runner forgejo-runner -"
|
||||
"d ${cacheRoot}/npm 0750 forgejo-runner forgejo-runner -"
|
||||
"d ${cacheRoot}/pip 0750 forgejo-runner forgejo-runner -"
|
||||
"d ${cacheRoot}/pre-commit 0750 forgejo-runner forgejo-runner -"
|
||||
"d ${cacheRoot}/rustup 0750 forgejo-runner forgejo-runner -"
|
||||
"d ${cacheRoot}/uv 0750 forgejo-runner forgejo-runner -"
|
||||
"d ${cacheRoot}/actcache 0750 forgejo-runner forgejo-runner -"
|
||||
"d ${cacheRoot} 0750 gitea-runner gitea-runner -"
|
||||
"d ${cacheRoot}/cargo 0750 gitea-runner gitea-runner -"
|
||||
"d ${cacheRoot}/npm 0750 gitea-runner gitea-runner -"
|
||||
"d ${cacheRoot}/pip 0750 gitea-runner gitea-runner -"
|
||||
"d ${cacheRoot}/pre-commit 0750 gitea-runner gitea-runner -"
|
||||
"d ${cacheRoot}/rustup 0750 gitea-runner gitea-runner -"
|
||||
"d ${cacheRoot}/uv 0750 gitea-runner gitea-runner -"
|
||||
"d ${cacheRoot}/actcache 0750 gitea-runner gitea-runner -"
|
||||
];
|
||||
|
||||
services.gitea-actions-runner = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue