From 55d74630b43058b51f22d3ac9da6f3d1295416a8 Mon Sep 17 00:00:00 2001 From: UdjinM6 Date: Fri, 15 Nov 2024 12:38:04 +0300 Subject: [PATCH 1/2] docs: mention building for some HOSTs only in `release-process.md` --- doc/release-process.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/release-process.md b/doc/release-process.md index 221da92d0d..70f2b79a69 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -97,6 +97,8 @@ Follow the relevant Guix README.md sections: - [Building](/contrib/guix/README.md#building) - [Attesting to build outputs](/contrib/guix/README.md#attesting-to-build-outputs) +_Note: we build releases for some supported HOSTs only so either provide correct `HOSTS` variable or run `./contrib/containers/guix/scripts/guix-start` instead of `./contrib/guix/guix-build` when building binaries_ + ### Verify other builders' signatures to your own. (Optional) Add other builders keys to your gpg keyring, and/or refresh keys: See `../dash/contrib/builder-keys/README.md`. From 87c31ad67a92f738e317f81ef9873a8fb80028f7 Mon Sep 17 00:00:00 2001 From: UdjinM6 Date: Sat, 23 Nov 2024 01:27:04 +0300 Subject: [PATCH 2/2] Update doc/release-process.md Co-authored-by: PastaPastaPasta <6443210+PastaPastaPasta@users.noreply.github.com> --- doc/release-process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/release-process.md b/doc/release-process.md index 70f2b79a69..6089e43eab 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -97,7 +97,7 @@ Follow the relevant Guix README.md sections: - [Building](/contrib/guix/README.md#building) - [Attesting to build outputs](/contrib/guix/README.md#attesting-to-build-outputs) -_Note: we build releases for some supported HOSTs only so either provide correct `HOSTS` variable or run `./contrib/containers/guix/scripts/guix-start` instead of `./contrib/guix/guix-build` when building binaries_ +_Note: we ship releases for only some supported HOSTs so consider providing limited `HOSTS` variable or run `./contrib/containers/guix/scripts/guix-start` instead of `./contrib/guix/guix-build` when building binaries for quicker builds that exclude the supported but not shipped HOSTs_ ### Verify other builders' signatures to your own. (Optional)