-
Notifications
You must be signed in to change notification settings - Fork 58
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
feat(store): simplify wakunode2 configuration options #1293
Conversation
Jenkins BuildsClick to see older builds (29)
|
@jakubgs seems that the Jenkins Linux build is failing due to a missing OS dependency:
Can you help me fix that? |
We already install
|
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.
LGTM!
70d2b47
to
bbe8a40
Compare
I tried to add more debugging (like the error suggested by adding
@jakubgs, can you manually check if those files are actually in the ldconfig -p | grep libpcre.so In Jenkins CI's macOS runners, the tests are passing. The tests pass locally on my machine (Linux Arch), but it seems they are not working in the CI pipeline. |
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.
LGTM!
bbe8a40
to
7a82e9d
Compare
I managed to run the command above via Jenkins job "replay" (Jenkins' job log):
I am not familiar with nix... But seems that there is something wrong with the shared libraries path while running the "make tests" step. |
7a82e9d
to
9191394
Compare
Ooooooh, fuck, sorry, I totally forgot that we now use Nix for builds on Linux and Darwin. I'll push a fix in a bit. |
Given that we are still on time, I would like to decouple This has a "positive" impact on the configuration proposal. Please, check this comment in the associated issue: #1103 (comment) |
48bea78
to
51fb912
Compare
51fb912
to
a8c0323
Compare
479172a
to
0baa813
Compare
0baa813
to
1a4e709
Compare
The first part of the work simplifies the store configuration. Added new configuration options and deprecated the old ones.
Check for more details: #1103
The refactoring of the
wakunode2
setup sequence to support the new simplified store and persistence configuration options will be performed as part of the subsequent PR.