monero-project / monero

Monero: the secure, private, untraceable cryptocurrency
https://getmonero.org
Other
9.04k stars 3.12k forks source link

Add release binaries for OpenBSD? #3454

Open ston1th opened 6 years ago

ston1th commented 6 years ago

@fluffypony

Would it be possible to add release binaries for OpenBSD like those for Free/DragonflyBSD?

ghost commented 6 years ago

I would love this as well

offshoremonero commented 2 years ago

I would be willing to do this.

selsta commented 2 years ago

@offshoremonero It would have to be added to the depends / gitian system: https://github.com/monero-project/monero/tree/master/contrib/depends https://github.com/monero-project/monero/tree/master/contrib/gitian

We cross compile all our release binaries and they have to be reproducible.

offshoremonero commented 2 years ago

Hmm.. I think the compilers on OpenBSD are specifically designed to randomize code output? I could be wrong.

Maybe I should focus on having Monero added to OpenBSD's ports tree instead? Being able to "pkg_add monero-cli" would be handy for some users.

selsta commented 2 years ago

Maybe I should focus on having Monero added to OpenBSD's ports tree instead?

That will likely be easier.