Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Various updates & fixes

Compare
Choose a tag to compare
@gravypod gravypod released this 18 Nov 15:58
8f6a2aa

Copy the following into your WORKSPACE file to use rules_docker at release v0.21.0

http_archive(
    name = "io_bazel_rules_docker",
    sha256 = "4349f2b0b45c860dd2ffe18802e9f79183806af93ce5921fb12cbd6c07ab69a8",
    strip_prefix = "rules_docker-0.21.0",
    urls = ["https://github.com/bazelbuild/rules_docker/releases/download/v0.21.0/rules_docker-v0.21.0.tar.gz"],
)

Changes:

  1. Do not use constraints from bazel_tools (#1956)
  2. Update to a more recent rules rust and update to use defs.bzl (#1955)
  3. Upgrade rules scala (#1954)
  4. Temporarily Disable some //test/container tests in Mac (#1952)