Skip to content

Commit 5ad4e83

Browse files
chore(deps): update io_buildbuddy_buildbuddy_toolchain digest to ffd296b (#408)
* chore(deps): update io_buildbuddy_buildbuddy_toolchain digest to ffd296b * Update BuildBuddy toolchain MODULE.bazel archive_overrides * Remove --config=local after BuildBuddy toolchain update BuildBuddy toolchain removed the default registration of its remote execution platform, so it no longer interferes with local builds, see buildbuddy-io/buildbuddy-toolchain@96323fd --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Andreas Herrmann <[email protected]>
1 parent 74b15ca commit 5ad4e83

File tree

7 files changed

+15
-24
lines changed

7 files changed

+15
-24
lines changed

.bazelrc.remote

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,3 @@ build:remote-exec --jobs=80
4848
build:remote-exec --extra_execution_platforms=@buildbuddy_toolchain//:platform
4949
# docs: https://bazel.build/reference/command-line-reference#flag--extra_toolchains
5050
build:remote-exec --extra_toolchains=@buildbuddy_toolchain//:cc_toolchain
51-
# prefer host platform on non-remote builds
52-
# docs: https://bazel.build/reference/command-line-reference#flag--extra_execution_platforms
53-
build:local --extra_execution_platforms=@local_config_platform//:host

CONTRIBUTING.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ build --config=remote
99
build --remote_header=x-buildbuddy-api-key=YOUR_TOKEN
1010
```
1111

12-
To build locally instead, add the following to `.bazelrc.user`:
13-
14-
```
15-
build --config=local
16-
```
17-
1812
Build and test:
1913

2014
```

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ zig_dev.toolchain(zig_version = "0.11.0")
2929
bazel_dep(name = "toolchains_buildbuddy", dev_dependency = True)
3030
archive_override(
3131
module_name = "toolchains_buildbuddy",
32-
integrity = "sha256-HupO9xeeYDAybxZiXmUFk6W5bAlNnM3c2e8cwkutEpc=",
33-
strip_prefix = "buildbuddy-toolchain-eb143d1cf81dcc3ddbf0be5b9950cf8c14aa2de9",
34-
urls = "https://github.com/buildbuddy-io/buildbuddy-toolchain/archive/eb143d1cf81dcc3ddbf0be5b9950cf8c14aa2de9.tar.gz",
32+
integrity = "sha256-UA+poYaWFbPxgtoA2re4mX89c3/8yYchpKwr4pvvGOw=",
33+
strip_prefix = "buildbuddy-toolchain-ffd296b7a9821174cdb2188d1373fd262cacb09d",
34+
urls = "https://github.com/buildbuddy-io/buildbuddy-toolchain/archive/ffd296b7a9821174cdb2188d1373fd262cacb09d.tar.gz",
3535
)
3636

3737
buildbuddy = use_extension(

e2e/workspace/MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ use_repo(zig, "zig_toolchains")
2323
bazel_dep(name = "toolchains_buildbuddy", dev_dependency = True)
2424
archive_override(
2525
module_name = "toolchains_buildbuddy",
26-
integrity = "sha256-HupO9xeeYDAybxZiXmUFk6W5bAlNnM3c2e8cwkutEpc=",
27-
strip_prefix = "buildbuddy-toolchain-eb143d1cf81dcc3ddbf0be5b9950cf8c14aa2de9",
28-
urls = "https://github.com/buildbuddy-io/buildbuddy-toolchain/archive/eb143d1cf81dcc3ddbf0be5b9950cf8c14aa2de9.tar.gz",
26+
integrity = "sha256-UA+poYaWFbPxgtoA2re4mX89c3/8yYchpKwr4pvvGOw=",
27+
strip_prefix = "buildbuddy-toolchain-ffd296b7a9821174cdb2188d1373fd262cacb09d",
28+
urls = "https://github.com/buildbuddy-io/buildbuddy-toolchain/archive/ffd296b7a9821174cdb2188d1373fd262cacb09d.tar.gz",
2929
)
3030

3131
buildbuddy = use_extension(

e2e/workspace/WORKSPACE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ aspect_bazel_lib_register_toolchains()
3131

3232
http_archive(
3333
name = "io_buildbuddy_buildbuddy_toolchain",
34-
sha256 = "b984cc2c22883626584643b34692a56a8a6cacb02bc4c5a0f1fcb2167ebecb82",
35-
strip_prefix = "buildbuddy-toolchain-96323fd34cc72aacaad28d0e60489f64521c9eb6",
36-
urls = ["https://github.com/buildbuddy-io/buildbuddy-toolchain/archive/96323fd34cc72aacaad28d0e60489f64521c9eb6.tar.gz"],
34+
sha256 = "500fa9a1869615b3f182da00dab7b8997f3d737ffcc98721a4ac2be29bef18ec",
35+
strip_prefix = "buildbuddy-toolchain-ffd296b7a9821174cdb2188d1373fd262cacb09d",
36+
urls = ["https://github.com/buildbuddy-io/buildbuddy-toolchain/archive/ffd296b7a9821174cdb2188d1373fd262cacb09d.tar.gz"],
3737
)
3838

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

internal_deps.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ def rules_zig_internal_deps():
2727

2828
http_archive(
2929
name = "io_buildbuddy_buildbuddy_toolchain",
30-
sha256 = "b984cc2c22883626584643b34692a56a8a6cacb02bc4c5a0f1fcb2167ebecb82",
31-
strip_prefix = "buildbuddy-toolchain-96323fd34cc72aacaad28d0e60489f64521c9eb6",
32-
urls = ["https://github.com/buildbuddy-io/buildbuddy-toolchain/archive/96323fd34cc72aacaad28d0e60489f64521c9eb6.tar.gz"],
30+
sha256 = "500fa9a1869615b3f182da00dab7b8997f3d737ffcc98721a4ac2be29bef18ec",
31+
strip_prefix = "buildbuddy-toolchain-ffd296b7a9821174cdb2188d1373fd262cacb09d",
32+
urls = ["https://github.com/buildbuddy-io/buildbuddy-toolchain/archive/ffd296b7a9821174cdb2188d1373fd262cacb09d.tar.gz"],
3333
)
3434

3535
http_archive(

zig/tests/integration_tests/workspace/MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ use_repo(zig, "zig_toolchains")
2323
bazel_dep(name = "toolchains_buildbuddy", dev_dependency = True)
2424
archive_override(
2525
module_name = "toolchains_buildbuddy",
26-
integrity = "sha256-HupO9xeeYDAybxZiXmUFk6W5bAlNnM3c2e8cwkutEpc=",
27-
strip_prefix = "buildbuddy-toolchain-eb143d1cf81dcc3ddbf0be5b9950cf8c14aa2de9",
28-
urls = "https://github.com/buildbuddy-io/buildbuddy-toolchain/archive/eb143d1cf81dcc3ddbf0be5b9950cf8c14aa2de9.tar.gz",
26+
integrity = "sha256-UA+poYaWFbPxgtoA2re4mX89c3/8yYchpKwr4pvvGOw=",
27+
strip_prefix = "buildbuddy-toolchain-ffd296b7a9821174cdb2188d1373fd262cacb09d",
28+
urls = "https://github.com/buildbuddy-io/buildbuddy-toolchain/archive/ffd296b7a9821174cdb2188d1373fd262cacb09d.tar.gz",
2929
)
3030

3131
buildbuddy = use_extension(

0 commit comments

Comments
 (0)