Skip to content

Commit 23cb1b7

Browse files
mtrmacvrothberg
authored andcommitted
Remove an obsolete documentation of (make binary-static)
... which no longer works after #932. This does not add documentation for the current static build approach, nor does it add any other place where DISABLE_CGO is documented; both are not tested by CI, and discouraged due to bad integration with the rest of the system. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
1 parent 662f9ac commit 23cb1b7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

install.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,6 @@ Building in a container is simpler, but more restrictive:
130130
$ make binary # Or (make all) to also build documentation, see below.
131131
```
132132

133-
To build a pure-Go static binary (disables devicemapper, btrfs, and gpgme):
134-
135-
```bash
136-
$ make binary-static DISABLE_CGO=1
137-
```
138-
139133
### Building documentation
140134

141135
To build the manual you will need go-md2man.

0 commit comments

Comments
 (0)