1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 21:50:35 +02:00
Files
guix/guix
Sharlatan Hellseher c149fc769c build-system/go: Add skip-build? option key.
Golang project's root may miss any .go files which makes build phase to
fail with error similar to:

    no Go files in /tmp/<...>/src/golang.org/x/mod

This change implements a SKIP-BUILD? key parameter which is, by default,
set to #f to invoke build procedure. It is taken from cargo-build-system

* guix/build-system/go.scm (go-build, go-cross-build): Add "skip-build?"
key parameter.
* guix/build/go-build-system.scm (build): Add "skip-build?" key
parameter and implement logic.

Change-Id: I3f41414868a7329cbe99324106427cdae4884d94
2025-01-21 23:41:52 +00:00
..
2025-01-12 19:39:39 +00:00
2023-03-13 15:08:33 +01:00
2023-09-26 17:36:58 +02:00
2024-09-30 13:38:33 +03:00
2024-04-15 22:36:42 +02:00
2025-01-16 13:32:49 +08:00
2023-08-25 14:24:43 +02:00
2023-03-13 15:08:33 +01:00
2024-11-20 18:01:35 +08:00
2024-04-15 22:36:42 +02:00
2023-03-13 15:08:33 +01:00
2024-04-15 22:36:42 +02:00
2024-07-02 10:19:52 +02:00
2025-01-06 15:02:10 +01:00