guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: doc: Document that the project should initially be built.


From: Maxim Cournoyer
Subject: 01/02: doc: Document that the project should initially be built.
Date: Tue, 27 Apr 2021 11:20:00 -0400 (EDT)

apteryx pushed a commit to branch master
in repository maintenance.

commit 90f1a6c1cce553205ba6d5bb726103cbc9e37c01
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Apr 27 11:12:25 2021 -0400

    doc: Document that the project should initially be built.
    
    This may be obvious in hindsight, but running 'make release' without
    having run 'make' would lead to a confusing problem where the user's
    guix command (a wrapper) would be used instead of scripts/guix,
    leading to an erroneous GUILE_LOAD_PATH.
    
    It would lead to using an older version of the guix package to build
    the release artifacts.
    
    * doc/release.org (Bootstrapping): Suggest running make.
---
 doc/release.org | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/release.org b/doc/release.org
index a5d7f1a..89b7f1e 100644
--- a/doc/release.org
+++ b/doc/release.org
@@ -50,6 +50,10 @@ using:
 
   $ ./bootstrap && ./configure --localstatedir=/var --sysconfdir=/etc
 
+And the project should be built with something like:
+
+  $ make -j$(nproc)
+
 ** Add a Git tag
 
 Create a signed Git tag, like this:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]