From b7908638b7e2c9a218312862bcb0f276d17c70c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zoran=20Peri=C4=8Di=C4=87?= Date: Wed, 8 Apr 2026 13:25:57 +0200 Subject: [PATCH] v0.3.0-6: add commented Turborepo Remote Cache env block to config.yaml Adds TURBO_API / TURBO_TOKEN / TURBO_TEAM example env vars (all commented) under runner.envs, pointing at http://host.containers.internal:3128 for use with the new turborepo-remote-cache package. --- config.yaml | 6 ++++++ gitea-act_runner.spec | 7 ++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index ec9ca93..3aa97a8 100644 --- a/config.yaml +++ b/config.yaml @@ -15,6 +15,12 @@ runner: # Extra environment variables to run jobs. envs: npm_config_store_dir: /cache/pnpm-store + # Turborepo Remote Cache — uncomment if turborepo-remote-cache-{service,container} + # is installed on the host. The runner reaches the host via host.containers.internal + # (Podman built-in). TURBO_TOKEN must match /etc/turborepo-remote-cache/config.env. + # TURBO_API: http://host.containers.internal:3128 + # TURBO_TOKEN: CHANGE_ME + # TURBO_TEAM: local # Extra environment variables to run jobs from a file. # It will be ignored if it's empty or the file doesn't exist. env_file: .env diff --git a/gitea-act_runner.spec b/gitea-act_runner.spec index 16826c5..3a94193 100644 --- a/gitea-act_runner.spec +++ b/gitea-act_runner.spec @@ -1,6 +1,6 @@ Name: gitea-act_runner Version: 0.3.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Gitea act runner service. License: MIT Group: System Environment/Base @@ -116,6 +116,11 @@ fi %dir /var/cache/act-runner/pnpm-store %changelog +* Wed Apr 08 2026 Zoran Pericic - 0.3.0-6 +- Add commented Turborepo Remote Cache env block to config.yaml + (TURBO_API/TURBO_TOKEN/TURBO_TEAM) for use with the new + turborepo-remote-cache package + * Wed Apr 08 2026 Zoran Pericic - 0.3.0-5 - Fix gitea-runner UID/GID to 125 for stable user@125.service unit name - Use BindsTo= for gitea-runner-podman.service dependency