-
Notifications
You must be signed in to change notification settings - Fork 584
Dispatch node profile at runtime with hint from file system #18263
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
base: compatible
Are you sure you want to change the base?
Conversation
|
!ci-build-me |
54be14b to
d230f14
Compare
ab53e04 to
edc588e
Compare
d230f14 to
c03f3fb
Compare
|
!ci-build-me |
c03f3fb to
083ddb0
Compare
|
!ci-build-me |
083ddb0 to
cca751f
Compare
|
!ci-build-me |
| mkdir = name: | ||
| runCommand "mkdir-${name}" { } "mkdir -p $out${lib.escapeShellArg name}"; | ||
|
|
||
| mina-build-config = stdenv.mkDerivation { |
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.
Please refer to 1a46576, here is a revert of that with some tweak.
| "${BUILDDIR}/usr/local/bin/mina" | ||
|
|
||
| # Store node config hint (based on $2) | ||
| mkdir -p "${BUILDDIR}/etc/coda/build_config" |
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.
Please refer to 1a46576, here is a revert of that with some tweak.
b1370b0 to
58585e3
Compare
a0eb74b to
c18211d
Compare
c18211d to
00f2252
Compare
|
This actually deserves a changelog. |
0af5339 to
0ae476e
Compare
|
!ci-nightly-me |
0ae476e to
b4c9cd1
Compare
|
!ci-build-me |
This is a follow up of the node config refactor.
I checked compile time code generation, it seems only GraphQL schema are used. However, they should be consistent across node config. ( This is my assumption, will run nightly to test this out)