diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2025-12-23 12:09:53 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-15 19:07:33 +0100 |
| commit | 74d6654633ba8d37ebd1649bddbbc43cda4b81cc (patch) | |
| tree | 1233e7f0c0051d3efd45aea4e20d94cc38e58134 | |
| parent | d32b285b2b14a5a2edc882482b61f543a0348ef2 (diff) | |
doc: Explain that some test require network when building from git.
* doc/contributing.texi (Building from Git): Discuss network tests.
Change-Id: I21c8e4a1e60ed215a6fb3507b7aedc1835f735ad
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
| -rw-r--r-- | doc/contributing.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi index e936e611dab..538489b079e 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi | |||
| @@ -186,6 +186,10 @@ If @option{-C} (short for @option{--container}) is not supported on your | |||
| 186 | system, try @command{--pure} instead of @option{-CPW}. | 186 | system, try @command{--pure} instead of @option{-CPW}. |
| 187 | @xref{Invoking guix shell}, for more information on that command. | 187 | @xref{Invoking guix shell}, for more information on that command. |
| 188 | 188 | ||
| 189 | Most of the test suite runs without an internet connection. The @option{-N} | ||
| 190 | (short for @option{--network}) can be added to the @code{guix shell} command | ||
| 191 | to run the tests that require internet access. | ||
| 192 | |||
| 189 | If you are unable to use Guix when building Guix from a checkout, the | 193 | If you are unable to use Guix when building Guix from a checkout, the |
| 190 | following are the required packages in addition to those mentioned in the | 194 | following are the required packages in addition to those mentioned in the |
| 191 | installation instructions (@pxref{Requirements}). | 195 | installation instructions (@pxref{Requirements}). |
