Skip to content

0.10.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Nov 00:16
· 6 commits to main since this release
8c2d112

What's Changed

  • Catch keyboard interrupt, thanks @neckbosov!
  • Use /usr/bin/env bash for runfiles, thanks @sudoforge!
  • Add the ability to pipe stdin to parallel jobs by setting forward_stdin = True, thanks @scottpledger!

MODULE.bazel Snippet

bazel_dep(name = "rules_multirun", version = "0.10.0")

Workspace Snippet

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_multirun",
    sha256 = "9b4dbc2d91fb135d888aad6c3582a13041a8a89c1efcd5956cc148f2a214f958",
    url = "https://github.com/keith/rules_multirun/releases/download/0.10.0/rules_multirun.0.10.0.tar.gz",
)