mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-16 17:27:38 +00:00
guix: update docs
This commit is contained in:
parent
cc307b1e49
commit
69ef2844cb
1 changed files with 6 additions and 11 deletions
|
@ -61,12 +61,15 @@ After you've cloned the `feather-sigs` repository, to attest to the current
|
||||||
worktree's commit/tag:
|
worktree's commit/tag:
|
||||||
|
|
||||||
```
|
```
|
||||||
env GUIX_SIGS_REPO=<path/to/feather-sigs> SIGNER=<gpg-key-name> ./contrib/guix/guix-attest
|
env GUIX_SIGS_REPO=<path/to/feather-sigs> SIGNER=<gpg-key-fingerprint>=<gh_username> ./contrib/guix/guix-attest
|
||||||
```
|
```
|
||||||
|
|
||||||
See `./contrib/guix/guix-attest --help` for more information on the various ways
|
See `./contrib/guix/guix-attest --help` for more information on the various ways
|
||||||
`guix-attest` can be invoked.
|
`guix-attest` can be invoked.
|
||||||
|
|
||||||
|
For a step-by-step walkthrough, see: https://paste.debian.net/plainh/2457c02c. Make sure to replace the version number
|
||||||
|
with the version you want to build.
|
||||||
|
|
||||||
## Verifying build output attestations
|
## Verifying build output attestations
|
||||||
|
|
||||||
After at least one other signer has uploaded their signatures to the `feather-sigs`
|
After at least one other signer has uploaded their signatures to the `feather-sigs`
|
||||||
|
@ -169,9 +172,8 @@ details.
|
||||||
Override the space-separated list of platform triples for which to perform a
|
Override the space-separated list of platform triples for which to perform a
|
||||||
bootstrappable build.
|
bootstrappable build.
|
||||||
|
|
||||||
_(defaults to "x86\_64-linux-gnu arm-linux-gnueabihf aarch64-linux-gnu
|
_(defaults to "x86\_64-linux-gnu aarch64-linux-gnu arm-linux-gnueabihf x86\_64-linux-gnu.no-tor-bundle
|
||||||
riscv64-linux-gnu powerpc64-linux-gnu powerpc64le-linux-gnu
|
x86\_64-linux-gnu.pack riscv64-linux-gnu x86\_64-w64-mingw32 x86\_64-w64-mingw32.installer x86\_64-apple-darwin arm64-apple-darwin")_
|
||||||
x86\_64-w64-mingw32 x86\_64-apple-darwin arm64-apple-darwin")_
|
|
||||||
|
|
||||||
* _**SOURCES_PATH**_
|
* _**SOURCES_PATH**_
|
||||||
|
|
||||||
|
@ -205,13 +207,6 @@ details.
|
||||||
|
|
||||||
_(defaults to the value of `nproc` outside the container)_
|
_(defaults to the value of `nproc` outside the container)_
|
||||||
|
|
||||||
* _**SOURCE_DATE_EPOCH**_
|
|
||||||
|
|
||||||
Override the reference UNIX timestamp used for bit-for-bit reproducibility,
|
|
||||||
the variable name conforms to [standard][r12e/source-date-epoch].
|
|
||||||
|
|
||||||
_(defaults to the output of `$(git log --format=%at -1)`)_
|
|
||||||
|
|
||||||
* _**V**_
|
* _**V**_
|
||||||
|
|
||||||
If non-empty, will pass `V=1` to all `make` invocations, making `make` output
|
If non-empty, will pass `V=1` to all `make` invocations, making `make` output
|
||||||
|
|
Loading…
Reference in a new issue