-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
eventstore 3.5.0 -> 3.9.4 #25816
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
eventstore 3.5.0 -> 3.9.4 #25816
Conversation
@paullucas, thanks for your PR! By analyzing the history of the files in this pull request, we identified @puffnfresh, @rht and @ericsagnes to be potential reviewers. |
It seems to be working, but I did notice errors from the build.sh script. This is why I added git as a dependency (which may not have been necessary). Are the following errors expected?
|
just adding git as function parameter won't add it to the buildInputs and thus won't solve the issue you report. |
Thanks! I've now added Git to buildInputs. New error message:
|
@puffnfresh: Any ideas as to what's happening with the build.sh script? |
(@paullucas, the err is because
|
I've been using this locally for weeks now and haven't had any problems. If anyone is able to help with testing on MacOS / Linux, it should be good to go. |
@paullucas judging from the Because this patching is not working since we remove |
Motivation for this change
Need a more current version of EventStore (3.5.0 is outdated).
Things done
(nix.useSandbox on NixOS,
or option
build-use-sandbox
innix.conf
on non-NixOS)
nix-shell -p nox --run "nox-review wip"
./result/bin/
)