mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-29 13:32:33 +02:00
guix: Spelling fixes
This commit is contained in:
parent
ff821dd2a1
commit
3f1f03c67a
@ -21,7 +21,7 @@ time-machine() {
|
|||||||
-- "$@"
|
-- "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Deterministically build Bitcoin Core for HOSTs (overriable by environment)
|
# Deterministically build Bitcoin Core for HOSTs (overridable by environment)
|
||||||
# shellcheck disable=SC2153
|
# shellcheck disable=SC2153
|
||||||
for host in ${HOSTS=x86_64-linux-gnu arm-linux-gnueabihf aarch64-linux-gnu riscv64-linux-gnu x86_64-w64-mingw32}; do
|
for host in ${HOSTS=x86_64-linux-gnu arm-linux-gnueabihf aarch64-linux-gnu riscv64-linux-gnu x86_64-w64-mingw32}; do
|
||||||
|
|
||||||
@ -67,7 +67,7 @@ for host in ${HOSTS=x86_64-linux-gnu arm-linux-gnueabihf aarch64-linux-gnu riscv
|
|||||||
# into.
|
# into.
|
||||||
#
|
#
|
||||||
# While we don't want to map our current working directory to the
|
# While we don't want to map our current working directory to the
|
||||||
# same exact path (as this introduces irrepreducibility), we do want
|
# same exact path (as this introduces irreproducibility), we do want
|
||||||
# it to be at a _fixed_ path _somewhere_ inside the isolated
|
# it to be at a _fixed_ path _somewhere_ inside the isolated
|
||||||
# container so that we have something to build. '/bitcoin' was
|
# container so that we have something to build. '/bitcoin' was
|
||||||
# chosen arbitrarily.
|
# chosen arbitrarily.
|
||||||
|
Loading…
Reference in New Issue
Block a user