diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-21 00:01:54 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-21 00:02:00 +0100 |
| commit | 7284e0967aecf3c6fd2748677dd37d6e673e1faf (patch) | |
| tree | 4fa52ef83925bb9af55e81732d89a5091f448a63 /gnu/packages/ci.scm | |
| parent | e6d3f20f05ed3419f79f993ae4dbe8059c7eef58 (diff) | |
gnu: forgejo-runner: Don't install sources.
* gnu/packages/ci.scm (forgejo-runner): Don't install sources.
Change-Id: Ide8277bd4ef2d373ec4afb9f7670376e826189d5
Diffstat (limited to 'gnu/packages/ci.scm')
| -rw-r--r-- | gnu/packages/ci.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/ci.scm b/gnu/packages/ci.scm index 14c839268d1..557b15c0ff6 100644 --- a/gnu/packages/ci.scm +++ b/gnu/packages/ci.scm | |||
| @@ -315,6 +315,7 @@ reinventing them.") | |||
| 315 | (arguments | 315 | (arguments |
| 316 | (list | 316 | (list |
| 317 | #:go go-1.23 | 317 | #:go go-1.23 |
| 318 | #:install-source? #f | ||
| 318 | #:import-path "gitea.com/gitea/act_runner" | 319 | #:import-path "gitea.com/gitea/act_runner" |
| 319 | #:embed-files #~(list ".*\\.json" ".*\\.js" ".*\\.sh") | 320 | #:embed-files #~(list ".*\\.json" ".*\\.js" ".*\\.sh") |
| 320 | #:test-flags | 321 | #:test-flags |
