-
Notifications
You must be signed in to change notification settings - Fork 721
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
Update building-the-node-using-nix.md #4613
Conversation
@@ -44,6 +44,10 @@ or run in in one go: | |||
nix run github:input-output-hk/cardano-node#mainnet/node | |||
``` | |||
|
|||
To build the cardano-node executable: |
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.
I would have reworded this to underscore the difference -- something like:
If you only want to build just the
cardano-node
executable, without the configuration bundle:
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.
And it doesn't help that line 35 above doesn't really explain what it achieves.
We could reword it too, from:
Once Nix is installed, log out and then log back in.
After that you can build the full node package with Mainnet configuration as follows:
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.
Amended the commit with your suggestions, thanks Serge!
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.
There goes another amendment! =)
2a8ded4
to
bfbfd82
Compare
@@ -24,15 +24,16 @@ To improve build speed, it is possible to set up a binary cache maintained by IO | |||
optional**): | |||
``` | |||
sudo mkdir -p /etc/nix | |||
cat <<EOF | sudo tee /etc/nix/nix.conf | |||
cat <<EOF | sudo tee -a /etc/nix/nix.conf |
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.
Can we fix the caches in this file?;we no longer use iohk.cachix.org. and the substituter should be cache.iog.io now (but the key still has hydra in the name)
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.
Ok, I think I understood correctly. I updated the commit.
bfbfd82
to
76d5140
Compare
76d5140
to
0cee17d
Compare
0cee17d
to
a3b3061
Compare
Build the cardano-node executable. No default configuration.
876cb1b
to
5cd94d3
Compare
bors r+ |
4613: Update building-the-node-using-nix.md r=disassembler a=CarlosLopezDeLara Build the cardano-node executable. No default configuration. Co-authored-by: CarlosLopezDeLara <[email protected]>
Timed out. |
bors r+ |
Build succeeded: |
Build the cardano-node executable. No default configuration.