-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
guix: update documentation #9713
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
_(defaults to "x86\_64-linux-gnu arm-linux-gnueabihf aarch64-linux-gnu | ||
riscv64-linux-gnu powerpc64-linux-gnu powerpc64le-linux-gnu | ||
x86\_64-w64-mingw32 x86\_64-apple-darwin arm64-apple-darwin")_ | ||
_(defaults to "x86\_64-linux-gnu aarch64-linux-gnu arm-linux-gnueabihf | ||
riscv64-linux-gnu i686-linux-gnu x86\_64-w64-mingw32 x86\_64-unknown-freebsd | ||
x86\_64-apple-darwin aarch64-apple-darwin aarch64-linux-android")_ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
monero/contrib/guix/guix-build
Lines 82 to 91 in 1179269
export HOSTS="${HOSTS:-x86_64-linux-gnu | |
aarch64-linux-gnu | |
arm-linux-gnueabihf | |
riscv64-linux-gnu | |
i686-linux-gnu | |
x86_64-w64-mingw32 | |
x86_64-unknown-freebsd | |
x86_64-apple-darwin | |
aarch64-apple-darwin | |
aarch64-linux-android}" |
Are these the correct default targets?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, nice catch.
_(defaults to the output of `$(git log --format=%at -1)`)_ | ||
_(defaults to the output of `git -c log.showSignature=false log --format=%at -1`)_ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
monero/contrib/guix/guix-build
Line 208 in 1179269
COMMIT_TIMESTAMP="$(git -c log.showSignature=false log --format=%at -1)" |
monero/contrib/guix/libexec/build.sh
Line 283 in 1179269
export SOURCE_DATE_EPOCH=${COMMIT_TIMESTAMP} |
nit for grep.
Updates documentation in
contrib/guix/README.md
.