You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contrib/gitian-build.sh
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -40,15 +40,15 @@ version Version number, commit, or branch to build. If building a commit or bra
40
40
Options:
41
41
-c|--commit Indicate that the version argument is for a commit or branch
42
42
-u|--url Specify the URL of the repository. Default is https://github.com/bitcoin/bitcoin
43
-
-v|--verify Verify the gitian build
44
-
-b|--build Do a gitian build
43
+
-v|--verify Verify the Gitian build
44
+
-b|--build Do a Gitian build
45
45
-s|--sign Make signed binaries for Windows and Mac OSX
46
46
-B|--buildsign Build both signed and unsigned binaries
47
47
-o|--os Specify which Operating Systems the build is for. Default is lwx. l for linux, w for windows, x for osx
48
48
-j Number of processes to use. Default 2
49
49
-m Memory to allocate in MiB. Default 2000
50
50
--kvm Use KVM instead of LXC
51
-
--setup Setup the gitian building environment. Uses KVM. If you want to use lxc, use the --lxc option. Only works on Debian-based systems (Ubuntu, Debian)
51
+
--setup Set up the Gitian building environment. Uses KVM. If you want to use lxc, use the --lxc option. Only works on Debian-based systems (Ubuntu, Debian)
52
52
--detach-sign Create the assert file for detached signing. Will not commit anything.
0 commit comments