Skip to content

Commit

Permalink
new buildbuddy-toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
tempoz committed Oct 11, 2024
1 parent 6cc1129 commit 37930c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -468,9 +468,9 @@ oci_pull(
# Keep up-to-date with docs/rbe-setup.md and docs/rbe-github-actions.md
http_archive(
name = "io_buildbuddy_buildbuddy_toolchain",
sha256 = "a5c56b559bf96162789054377867279f32276f7196dc84c05ad5c79496bc6680",
strip_prefix = "buildbuddy-toolchain-8e8fc021cee6b6c8c0689d704f6b46c3d2c73608",
urls = ["https://github.com/buildbuddy-io/buildbuddy-toolchain/archive/8e8fc021cee6b6c8c0689d704f6b46c3d2c73608.tar.gz"],
sha256 = "5e33ff3b28e3adc854b85e8bfa93ea47372e83994e316d13a0658d7976012f05",
strip_prefix = "buildbuddy-toolchain-01135e845cc88c30aa41984b74091ee059d6dada",
urls = ["https://github.com/buildbuddy-io/buildbuddy-toolchain/archive/01135e845cc88c30aa41984b74091ee059d6dada.tar.gz"],
)

load("@io_buildbuddy_buildbuddy_toolchain//:deps.bzl", "buildbuddy_deps")
Expand Down
6 changes: 3 additions & 3 deletions WORKSPACE.bzlmod
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ container_pull(
# Keep up-to-date with docs/rbe-setup.md and docs/rbe-github-actions.md
http_archive(
name = "io_buildbuddy_buildbuddy_toolchain",
sha256 = "a5c56b559bf96162789054377867279f32276f7196dc84c05ad5c79496bc6680",
strip_prefix = "buildbuddy-toolchain-8e8fc021cee6b6c8c0689d704f6b46c3d2c73608",
urls = ["https://github.com/buildbuddy-io/buildbuddy-toolchain/archive/8e8fc021cee6b6c8c0689d704f6b46c3d2c73608.tar.gz"],
sha256 = "5e33ff3b28e3adc854b85e8bfa93ea47372e83994e316d13a0658d7976012f05",
strip_prefix = "buildbuddy-toolchain-01135e845cc88c30aa41984b74091ee059d6dada",
urls = ["https://github.com/buildbuddy-io/buildbuddy-toolchain/archive/01135e845cc88c30aa41984b74091ee059d6dada.tar.gz"],
)

load("@io_buildbuddy_buildbuddy_toolchain//:deps.bzl", "buildbuddy_deps")
Expand Down

0 comments on commit 37930c1

Please sign in to comment.