fireduck64 / jelectrum

An Electrum Server written in Java
MIT License
41 stars 15 forks source link

Current master does not build anymore #32

Closed gruve-p closed 2 years ago

gruve-p commented 2 years ago

Seems like WORKSPACE needs to be updated in order to build it

fireduck64 commented 2 years ago

I'll take a look

On Sat, Jun 18, 2022, 09:46 gruve-p @.***> wrote:

Seems like WORKSPACE needs to be updated in order to build it

— Reply to this email directly, view it on GitHub https://github.com/fireduck64/jelectrum/issues/32, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAG5NSFEF64IUIVRL3ZVOK3VPX4MXANCNFSM5ZE742XQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

fireduck64 commented 2 years ago

What version of bazel are you running? Bazel likes to change things and no longer work with newer versions. The code currently seems to build fine with 4.2.2

gruve-p commented 2 years ago

What version of bazel are you running?

5.2.0 from https://releases.bazel.build/5.2.0/release/bazel-5.2.0-linux-x86_64 and https://github.com/bazelbuild/bazel/releases/tag/5.2.0

fireduck64 commented 2 years ago

It works for me with 5.2-rc3. I had to switch over to the testing track for the deb repo track to even get that. I added a Dockerfile as a demo.

gruve-p commented 2 years ago

I will give it another try and reopen if I can't figure it out thanks

fireduck64 commented 2 years ago

Works for me on bazel 4.2.2

However, bazel loves to break things on me. Do you have a more recent one?

$ bazel version Build label: 4.2.2

On Sat, Jun 18, 2022 at 10:11 AM Joseph Gleason @.***> wrote:

I'll take a look

On Sat, Jun 18, 2022, 09:46 gruve-p @.***> wrote:

Seems like WORKSPACE needs to be updated in order to build it

— Reply to this email directly, view it on GitHub https://github.com/fireduck64/jelectrum/issues/32, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAG5NSFEF64IUIVRL3ZVOK3VPX4MXANCNFSM5ZE742XQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>