Skip to content

Bazelisk for riscv64 #781

Description

@Mizux

All in the title, will be happy to have a release artifact for riscv64....

FYI

# enable qemu support for docker to run riscv64 image on amd64 host
$ docker run --pull always --rm --privileged multiarch/qemu-user-static --reset -p yes
# debian do provide a riscv64 image
$ docker run --platform linux/riscv64 --rm --init -it debian:latest bash
root# uname -m
riscv64
root# apt update
root# apt search bazel
bazel-bootstrap/stable 4.2.3+ds-11 riscv64
  Tool to automate software builds and tests
bazel-bootstrap-data/stable 4.2.3+ds-11 all
  Tool to automate software builds and tests (data files)
bazel-bootstrap-source/stable 4.2.3+ds-11 all
  Tool to automate software builds and tests (source code)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions