Skip to content

0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Sep 19:47
· 98 commits to main since this release
b9d8125

WORKSPACE snippet:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_ecsact",
    sha256 = "5ca811d3e06227c46f89a3fb2c8ac169fb8c48ea66116103fd198bb1a26c8aeb",
    strip_prefix = "rules_ecsact-0.1.0",
    url = "https://github.com/ecsact-dev/rules_ecsact/archive/refs/tags/0.1.0.tar.gz",
)

######################
# rules_ecsact setup #
######################
# Fetches the rules_ecsact dependencies.
# If you want to have a different version of some dependency,
# you should fetch it *before* calling this.
# Alternatively, you can skip calling this function, so long as you've
# already fetched all the dependencies.
load("@rules_ecsact//ecsact:repositories.bzl", "ecsact_register_toolchains", "rules_ecsact_dependencies")

rules_ecsact_dependencies()

ecsact_register_toolchains()

What's Changed

New Contributors

  • @zaucy made their first contribution in #4

Full Changelog: https://github.com/ecsact-dev/rules_ecsact/commits/0.1.0