Skip to content

Release 0.1.1

Compare
Choose a tag to compare
@aherrmann aherrmann released this 23 Jan 10:44
· 264 commits to master since this release
39e3568

0.1.1 - 2020-01-23

Changed

  • Avoid finding non-POSIX compliant tools in sh_posix_configure on Windows.
    See #7.

WORKSPACE setup

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_sh",
    sha256 = "8f2722359c0e13a258c341aac69b8faa96b21e8f3382bd375d78c52f8b5a3d34",
    strip_prefix = "rules_sh-0.1.1",
    urls = ["https://github.com/tweag/rules_sh/archive/v0.1.1.tar.gz"],
)
load("@rules_sh//sh:repositories.bzl", "rules_sh_dependencies")
rules_sh_dependencies()