Skip to content

Bazelisk 1.28.1 RISC-V

Choose a tag to compare

@github-actions github-actions released this 28 Feb 19:47
· 195 commits to main since this release

Bazelisk build for RISC-V architecture

Bazelisk is a wrapper for Bazel that automatically picks a good version of Bazel
based on your current working directory.

Installation

# Download and install
wget https://github.com/Cloud-V-10xE/cloudv-repos/releases/download/v1.28.1/bazelisk-1.28.1-riscv64-linux
chmod +x bazelisk-1.28.1-riscv64-linux
sudo mv bazelisk-1.28.1-riscv64-linux /usr/local/bin/bazel

# Verify installation
bazel --version

Usage

Use it exactly like you would use Bazel:

bazel build //...
bazel test //...

Built from: https://github.com/bazelbuild/bazelisk
Built on: 22519734338