-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
cockroachdb-bin: init at 23.1.7 #240683
cockroachdb-bin: init at 23.1.7 #240683
Conversation
@ofborg build cockroachdb |
Is there a way to build unfree packages with ofborg? |
ef8e5c6
to
68aeeb2
Compare
78c55a6
to
e4795b8
Compare
I just realized that FHS is obviously not supported for darwin. |
e4795b8
to
8a10448
Compare
Should this be introduced as |
Yes, good point. |
Is there any additional movement on this? I would like to get this working now that an upstream bug has been fixed that prevented me from using cockroach. If the original author does not have time to get this working, I can throw something together that follows this approach. |
8a10448
to
4bfa588
Compare
Sorry for the delay. I added the change as |
8b1d60c
to
5bd6027
Compare
I figured that since this is now introduced as cockroachdb-bin there is no reason to start with 20.1.8. I bumped the version to most recent one, 23.1.7, |
Add cockroachdb-bin using pre-build binaries, since building from source seem impossible.
5bd6027
to
609ebca
Compare
I was able to build this as well as run a single node cluster and initialize it. I was also able to connect to the web interface ( |
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.
Approving for now.
I would like to see a generic builder that would allow us to support various versions of cockroach, but that is something we can add at a later point.
As part of #152626 we figured that recent versions of cockroach became nearly impossible to build.
As solution I suggest we use the pre-build releases in FHS.
Unfortunately version 20.1.8 has not been released for
aarch
so we have to drop these supported platforms, for now.However I tested the derivation with a few newer release and they all worked, so updating cockroach should become a lot easier in the future.
Things done
sandbox = true
set innix.conf
? (See Nix manual)./result/bin/
)