Closed gruve-p closed 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: @.***>
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
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
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.
I will give it another try and reopen if I can't figure it out thanks
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: @.***>
Seems like
WORKSPACE
needs to be updated in order to build it