Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Aspect Build

Open-source tooling for the Bazel build system including rules_js, gcc-toolchain, bazel-lib and bazel-super-formatter. Visit our GitHub for the exhaustive list.
Collective - Host: opensource - https://opencollective.com/aspect-build - Website: https://aspect.build/ - Code: https://github.com/aspect-build

perf: calculate js_outs once outside srcs loop

github.com/aspect-build/rules_swc - 6bf6610494cbb7589b5e34f3d834abd8c19e55d0 authored 8 months ago by Jason Bedard <[email protected]>
Sync internal change to GitHub

github.com/aspect-build/workflows-action - 0912251d79cc9cdf592b2dace70484ebd4bde0fb authored 8 months ago by Greg Magolan <[email protected]>
refactor(gazelle): generalize treesitter query utils (#4515)

Generalizing things so they can be used in more scenarios such as
fetching exports etc.

---

##...

github.com/aspect-build/aspect-cli - a80a0223ee771ada4cfcc438e04fb6dc7a98eb05 authored 8 months ago by Jason Bedard <[email protected]>
refactor(gazelle): move treesitter logic into gazelle/common (#4313)

Moving as much treesitter logic as possible into utils. Partially just
to share common code, par...

github.com/aspect-build/aspect-cli - 7eb3a8b71b447839e0e8b8905bc04ac1e9571999 authored 8 months ago by Jason Bedard <[email protected]>
fix(gazelle): do not iterate over BUILD files (#4497)

### Type of change

- Bug fix (change which fixes an issue)

### Test plan

- Manual testing; pl...

github.com/aspect-build/aspect-cli - 811350fd48b97ad85655efe871f0f75383f90432 authored 8 months ago by Jason Bedard <[email protected]>
fix(deps): update dependency typescript to v4.9.5 (#4215)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This...

github.com/aspect-build/aspect-cli - e17818120fe3c873e0b5aa138230190884651126 authored 8 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
feat: add --bazel-version flag to Aspect CLI for a light-weight check of the underlying Bazel version (#4349)

Pre-factor to bazel version specific flags in Workflows.

Adding this flag snowballed into modif...

github.com/aspect-build/aspect-cli - 73f0715029c7ead26873e16681010f87ef230bac authored 8 months ago by Greg Magolan <[email protected]>
fix: defence in-depth incase bazel with bzlmod enabled looks for a MODULE.bazel file when calling flags-as-proto (#4347)

This is not a problem yet but could in theory be in a future version of
bazel when bzlmod is ena...

github.com/aspect-build/aspect-cli - 6a31acc95ccafd04b33f1d816c0a931b420e0a62 authored 8 months ago by Greg Magolan <[email protected]>
perf(gazelle): use golang filepath.WalkDir instead of Walk (#4498)

The newer `WalkDir` does less file io (stat) then the older `Walk` util.

### Type of change

- ...

github.com/aspect-build/aspect-cli - 92f1d0921467a4f1a3445a966ab7f030b0d4d755 authored 8 months ago by Jason Bedard <[email protected]>
fix: replace sabhiram/go-gitignore with denormal/go-gitignore (#4437)

Updating to a more modern library that doesn't use slow regex for
matching and has a few bug fix...

github.com/aspect-build/aspect-cli - 059b81fc43de82dfb13fd2d0929d6cbe3d0d7d71 authored 8 months ago by Jason Bedard <[email protected]>
test(gazelle): improve tsconfig_baseurl tests (#4322)

This test should have a real `baseUrl` and not just `.`...

GitOrigin-RevId: f338f819993922fe2a0...

github.com/aspect-build/aspect-cli - 2df467b9b0f32b10d596e4d014fafae917ecf544 authored 8 months ago by Jason Bedard <[email protected]>
fix: set remote_bytestream_uri_prefix flag under the hood (#4469)

We should have had this set from the start when we used the unix socket
for the remote cache add...

github.com/aspect-build/aspect-cli - 332b59a7915accabd94ff889425e5fa47644f353 authored 8 months ago by Greg Magolan <[email protected]>
feat: include bzl_library generation in configure (#4502)

This lets our OSS rulesets drop the rules_go dependency altogether.

Note, next week hackathon I...

github.com/aspect-build/aspect-cli - 019d97ab870836e55372b4561a530fe1ed2e11b7 authored 8 months ago by Alex Eagle <[email protected]>
chore(deps): update dependency aspect_bazel_lib to v2.2.0 (#4252)

GitOrigin-RevId: 96f664fef869468ee6ec9a0bf8bc76149c0eff9b

github.com/aspect-build/aspect-cli - 2f14bd2932317e05118b1ed5dfddcf3d38876d17 authored 8 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
refactor(gazelle): move common gitignore logic to file traversal util (#4499)

So all gazelle plugins get this logic of respecting git/bazelignore.

---

### Type of change

-...

github.com/aspect-build/aspect-cli - 879877c27a4a1b2f571c369e0a6c81f51c14eb40 authored 8 months ago by Jason Bedard <[email protected]>
chore: remove gofmt (#541)

This repo doesn't have go sources so there's no point configuring a formatter for them.

github.com/aspect-build/rules_ts - 6fc44b6061aebb55b255770b8ba0946a760c582d authored 8 months ago by Alex Eagle <[email protected]>
chore: remove gofmt (#1475)

This repo doesn't have any go sources so there's no point configuring a formatter for them.

github.com/aspect-build/rules_js - 066df77bd0dd6247ffd9ec728bbdcf6f6203f2e0 authored 8 months ago by Alex Eagle <[email protected]>
chore: remove gofmt

We don't have any Go source files so there's no point configuring a formatter.

github.com/aspect-build/rules_jest - 02eca79bd17a40f2228feebd5632907dfd39d9e1 authored 8 months ago by Alex Eagle <[email protected]>
chore: remove Go (#93)

We don't have any Go sources in rules_rollup so there's no reason we should install a Go toolcha...

github.com/aspect-build/rules_rollup - a5383bd89bfda7c01fc25db7e1ef0cbb7ebd4454 authored 8 months ago by Alex Eagle <[email protected]>
format: fix exit code of check when using clang-format (#133)

clang-format violations are treated as warnings, so the exit code is 0
unless Werror is specified.

github.com/aspect-build/rules_lint - ee4a30d870bd4606ad015572c83601b39f77da12 authored 8 months ago by Thomas Gibson-Robinson <[email protected]>
chore: mirror external releases (#135)

Co-authored-by: alexeagle <[email protected]>

github.com/aspect-build/rules_lint - a18c57d70ff0f30d03695ef67ca51038e6cd5c12 authored 8 months ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
fix undocumented dependency on aspect_bazel_lib for WORKSPACE users (#138)

* fix undocumented dependency on aspect_bazel_lib for WORKSPACE users

I noticed that the inst...

github.com/aspect-build/rules_lint - e46cddf569848f588a7af0dee72fb6a8195c11b7 authored 8 months ago by Matt Brown <[email protected]>
chore: upgrade to Aspect Worklows 5.9.3 (#540)

github.com/aspect-build/rules_ts - 7e45e1c15cfa530cfd9c0b8afa3d298a4955fe34 authored 8 months ago by Greg Magolan <[email protected]>
Sync internal change to GitHub

github.com/aspect-build/workflows-action - 0994a24b489597ed204f4579cacf38705de20e00 authored 8 months ago by Greg Magolan <[email protected]>
fix: assets being copied can make a conflicting asset (#533)

github.com/aspect-build/rules_ts - 245440877b9efd514a37e7bbc7263ca693d28f05 authored 8 months ago by Yvan Guidoin <[email protected]>
chore: add Aspect bazelrc presets (#121)

github.com/aspect-build/rules_jasmine - 1e26825f098ae2cfb01979f8dd08d234ee40a5cd authored 8 months ago by Greg Magolan <[email protected]>
chore: upgrade to Bazel 7.0.2 (#119)

github.com/aspect-build/rules_jasmine - d60d71980dd8fa9ba3889d3e41996fc76f3f099b authored 9 months ago by Greg Magolan <[email protected]>
fix: merge user tags in stardoc_with_diff_test (#746)

github.com/bazel-contrib/bazel-lib - 71a80525891942267bf1335d830652a0115dcfce authored 9 months ago by Greg Magolan <[email protected]>
chore: remove Go (#60)

We don't have any Go sources in rules_cypress so there's no reason we should install a Go toolch...

github.com/aspect-build/rules_cypress - 3b6368f36fd6571acd3f1f54e98bb35b6f7417a1 authored 9 months ago by Alex Eagle <[email protected]>
chore: remove Go

We don't have any Go sources in rules_lint so there's no reason we should install a Go toolchain...

github.com/aspect-build/rules_lint - c58b3a13077edd271841541d2b99b82e7bfc1753 authored 9 months ago by Alex Eagle <[email protected]>
chore: remove Go (#227)

We don't have any Go sources in rules_swc We don't have any Go sources in rules_terser so there'...

github.com/aspect-build/rules_swc - 5665a00bf925c56cc2945b96569fdfaa27985e9f authored 9 months ago by Alex Eagle <[email protected]>
chore: remove Go (#85)

We don't have any Go sources in rules_terser so there's no reason we should install a Go toolcha...

github.com/aspect-build/rules_terser - efde9fca9b43ccb067736e0b7f92f72645393e5e authored 9 months ago by Alex Eagle <[email protected]>
chore: upgrade to Bazel 7.0.2 (#1472)

github.com/aspect-build/rules_js - f03d16461a8e24a75e85fdc2a13c3354b2ffbd60 authored 9 months ago by Greg Magolan <[email protected]>
chore: bump bazel 6 CI coverage to 6.5.0 (#188)

github.com/aspect-build/rules_esbuild - ce0f7393e0d3c15a15b8dab5e14534373c536eab authored 9 months ago by Greg Magolan <[email protected]>
chore: upgrade to Bazel 7.0.2 (#249)

github.com/aspect-build/rules_py - 9b46190385306a087c424298e00bbf5c042953d5 authored 9 months ago by Greg Magolan <[email protected]>
chore: cancel previous GHA from the same PR (#254)

github.com/aspect-build/rules_py - e551abbdbc3a2642eb8902cdcdeb424886bcc578 authored 9 months ago by Greg Magolan <[email protected]>
chore: cancel previous GHA from the same PR

github.com/aspect-build/aspect-cli - e71ed0b30c2dd263f2db0d372b0c744c18a4da2a authored 9 months ago by Greg Magolan <[email protected]>
chore: cancel previous GHA from the same PR (#139)

github.com/aspect-build/rules_webpack - 5e010a029d915b87167ea249eb88ffc22a43bca5 authored 9 months ago by Greg Magolan <[email protected]>
chore: cancel previous GHA from the same PR (#538)

github.com/aspect-build/rules_ts - 72ca977da301e90559bb666d95cb1b1cab9bd9df authored 9 months ago by Greg Magolan <[email protected]>
chore: cancel previous GHA from the same PR (#84)

github.com/aspect-build/rules_terser - 06418882b180cc2e44f2447af22f18dea2b2b739 authored 9 months ago by Greg Magolan <[email protected]>
chore: cancel previous GHA from the same PR (#92)

github.com/aspect-build/rules_rollup - 724480b9b2baa1fa0b31d921754842adc2231324 authored 9 months ago by Greg Magolan <[email protected]>
chore: cancel previous GHA from the same PR (#59)

github.com/aspect-build/rules_cypress - a585bc1c36b9cd579adb7cf679447f77a3474ea2 authored 9 months ago by Greg Magolan <[email protected]>
chore: cancel previous GHA from the same PR (#745)

github.com/bazel-contrib/bazel-lib - d07ed55315b7206a5703d2df1070a698f2584fc6 authored 9 months ago by Greg Magolan <[email protected]>
chore: cancel previous GHA from the same PR (#162)

github.com/f0rmiga/gcc-toolchain - ff3298d1efd8849601d96c912f022ae4ee92dd4d authored 9 months ago by Greg Magolan <[email protected]>
chore: upgrade to Bazel 7.0.2

github.com/aspect-build/aspect-cli - 08f31766b6b627a0ddaf85af73a518a7ca8c36a6 authored 9 months ago by Greg Magolan <[email protected]>
chore: upgrade to Bazel 7.0.2 (#186)

github.com/aspect-build/rules_esbuild - 4afdb41e7e2cd2ffd7defb7ae402830c8e8749ad authored 9 months ago by Greg Magolan <[email protected]>
chore: add exmaple of using Aspect Workflows task hooks (#238)

github.com/aspect-build/rules_jest - 0bded317d6f27a892a1e29dbf5f514f1e614ffac authored 9 months ago by Greg Magolan <[email protected]>
chore: upgrade to Aspect Workflows 5.9.2 (#118)

github.com/aspect-build/rules_jasmine - 110ce47c5e3d70f3595a440ae6ca4f33edef7109 authored 9 months ago by Greg Magolan <[email protected]>
chore: upgrade to Aspect Workflows 5.9.2 (#1471)

github.com/aspect-build/rules_js - df14b489fb31bb026132bf51ac8c25ae695c123a authored 9 months ago by Greg Magolan <[email protected]>
chore: upgrade to Aspect Workflows 5.9.2 (#742)

github.com/bazel-contrib/bazel-lib - ddb70f88b4f4449a6aaf90365567af326e6f462d authored 9 months ago by Greg Magolan <[email protected]>
chore: upgrade to Aspect Workflows 5.9.2 (#537)

github.com/aspect-build/rules_ts - e971c9721d23f3b2e5230558722b252bc1151ec1 authored 9 months ago by Greg Magolan <[email protected]>
chore: upgrade to Aspect Workflows 5.9.2 (#237)

github.com/aspect-build/rules_jest - b42a66fd2be87895e40707c425cf22c93e97ca85 authored 9 months ago by Greg Magolan <[email protected]>
chore: upgrade to Aspect Workflows 5.9.2

github.com/aspect-build/aspect-cli - 02740d4a588dfbfe542ac1fcc49d4fc1b3626ab8 authored 9 months ago by Greg Magolan <[email protected]>
chore: BCR testing on Bazel 6 and 7 (#532)

Merge https://github.com/bazel-contrib/rules-template/pull/105

github.com/aspect-build/rules_ts - 87630402a977c821fee91e8691c0802b05ad5dd9 authored 9 months ago by Alex Eagle <[email protected]>
Sync internal change to GitHub

github.com/aspect-build/workflows-action - 75fb8bf7bf3bcb0e0201ed705d04a77685c974aa authored 9 months ago by GitHub <[email protected]>
chore: configure Aspect Workflows external remote cache for local development

github.com/aspect-build/aspect-cli - fbaffc84f8364477fb80a7ff82d6df1496ef0fd8 authored 9 months ago by Greg Magolan <[email protected]>
refactor: rename _impl methods with unique name (#226)

github.com/aspect-build/rules_swc - 4bf607e027c7802c452d5d8afb9efc0738c36162 authored 9 months ago by Jason Bedard <[email protected]>
chore: fixup GHA warming & delivery yaml (#117)

github.com/aspect-build/rules_jasmine - c859911e8b26143467a044a404c981376d7ed410 authored 9 months ago by Greg Magolan <[email protected]>
chore: upgrade to Aspect Workflows 5.9.1 (#741)

github.com/bazel-contrib/bazel-lib - 356ea9c266a09c859cad7e08eab652ebdc7950a7 authored 9 months ago by Greg Magolan <[email protected]>
chore: upgrade to Aspect Workflows 5.9.1 (#1470)

github.com/aspect-build/rules_js - 28cefdc72ad51c99d6544e71063a2c2a68bfff28 authored 9 months ago by Greg Magolan <[email protected]>
chore: upgrade to Aspect Workflows 5.9.1 (#116)

github.com/aspect-build/rules_jasmine - fda979b1b7c71e5123aa9526eac8d50632bfc141 authored 9 months ago by Greg Magolan <[email protected]>
chore: upgrade to Aspect Workflows 5.9.1 (#536)

github.com/aspect-build/rules_ts - d01959f15ba100a7d4f9b1ac140e7a7fdd89f5be authored 9 months ago by Greg Magolan <[email protected]>
chore: upgrade to Aspect Workflows 5.9.1 (#236)

github.com/aspect-build/rules_jest - 2ae6f581a8c86cba205fdc79940a6e6f3af94b1c authored 9 months ago by Greg Magolan <[email protected]>
chore: upgrade to Aspect Workflows 5.9.1

github.com/aspect-build/aspect-cli - 122b53aee82d5b41c56396bf0fba6bd4c34c3ca7 authored 9 months ago by Greg Magolan <[email protected]>
chore: add latest pnpm version (#1465)

github.com/aspect-build/rules_js - 283a28854753c03815302ba5936605fd81912e0d authored 9 months ago by oikarinen <[email protected]>
Sync internal change to GitHub

github.com/aspect-build/workflows-action - 304fa0324f3873e974eee8cf0d647f492f0bd33f authored 9 months ago by GitHub <[email protected]>
chore(deps): update dependency bazel_skylib_gazelle_plugin to v1.5.0

github.com/bazel-contrib/bazel-lib - 58ab12b6c6645401e34ab525a2f27cbbd3b4067e authored 9 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update dependency aspect_bazel_lib to v1.40.0 (#239)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

T...

github.com/aspect-build/rules_py - 87c40eb09c36186bfd5223a24b8b23083926c4f2 authored 9 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update dependency bazel_gazelle to v0.35.0 (#240)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

T...

github.com/aspect-build/rules_py - 3c2452384afff5d08a9c4115d9cc2d903010ff65 authored 9 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update dependency bazel_skylib_gazelle_plugin to v1.5.0 (#243)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

T...

github.com/aspect-build/rules_py - 5f3c9d36a314e3c771131e54ee2371b7452d0c64 authored 9 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore: add before and after task hook examples

github.com/aspect-build/aspect-cli - ba2651fd58e7b88cb68494cc256790cdaccdce55 authored 9 months ago by Greg Magolan <[email protected]>
chore: tear out check_for_updates feature (#535)

It hasn't resulted in anyone knowing that a rules_ts upgrade was available.
The CDN traffic fro...

github.com/aspect-build/rules_ts - 25b680f5e83206bb2545257e74b3cbc1962e2660 authored 9 months ago by Alex Eagle <[email protected]>
feat: import toolchains to use for copy actions

Register the "coreutils" toolchains using definitions imported from
the "bazel_lib" Bazel reposi...

github.com/aspect-build/rules_webpack - b981e98cca4dfc48fd0960f428b9f6bc6a09c449 authored 9 months ago by Steven E. Harris <[email protected]>
chore: drop Bazel 5 testing

github.com/aspect-build/rules_webpack - a7973b6e0c56de82c3eb33ee2d27853e185daaee authored 9 months ago by Alex Eagle <[email protected]>
chore: upgrade to Aspect Workflows 5.9.0 (#235)

github.com/aspect-build/rules_jest - c97e4c0875622de2500aa3d2cc5c14d8c2de30b6 authored 9 months ago by Greg Magolan <[email protected]>
chore: upgrade to Aspect Workflows 5.9.0 (#534)

github.com/aspect-build/rules_ts - 7ae38e9a6c76b69c95a7af43a861a436f4e33d0f authored 9 months ago by Greg Magolan <[email protected]>
chore: upgrade to Aspect Workflows 5.9.0 (#115)

github.com/aspect-build/rules_jasmine - 4f38bcb2690ff0fee97f57bc161d496d18f4339b authored 9 months ago by Greg Magolan <[email protected]>
chore: upgrade to Aspect Workflows 5.9.0 (#1468)

github.com/aspect-build/rules_js - cad306366dd98a5c475d9c4b7501502869ea829c authored 9 months ago by Greg Magolan <[email protected]>
chore: upgrade to Aspect Workflows 5.9.0 (#740)

github.com/bazel-contrib/bazel-lib - 83bddea030e255bf48db98de11634d26f1b6a467 authored 9 months ago by Greg Magolan <[email protected]>
chore: upgrade to Aspect Workflows 5.9.0

github.com/aspect-build/aspect-cli - 773387b62478dbcabff290748c8ac0c8878556c4 authored 9 months ago by Greg Magolan <[email protected]>
Sync internal change to GitHub

github.com/aspect-build/workflows-action - f4527e4e40caca0af85a8b70e8a3cffdb107d165 authored 9 months ago by GitHub <[email protected]>
Sync internal change to GitHub

github.com/aspect-build/workflows-action - 487d7ca9a0029909625331fd3f01ac02682d5767 authored 9 months ago by GitHub <[email protected]>
chore: mirror external releases

github.com/aspect-build/rules_lint - d3b8dcf51ff9fd31757ea9d609a1bd0d761c1c33 authored 9 months ago by alexeagle <[email protected]>
fix(deps): update golang.org/x/exp digest to 1b97071

github.com/bazel-contrib/bazel-lib - ea8e43d8a49eded3ae8d5b5af1fb486f3b901e95 authored 9 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update dependency bazel_skylib to v1.5.0

github.com/bazel-contrib/bazel-lib - e19315230c99ba92d1a26de16d56a260dd573622 authored 9 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore: mirror external releases (#221)

Co-authored-by: alexeagle <[email protected]>

github.com/aspect-build/rules_swc - 4fb1f523a991202cc6dae246ec9f3c11f4b40464 authored 9 months ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
golangci-lint: Handle the case when there are no direct sources for e.g. a go_binary

github.com/aspect-build/rules_lint - e62a8c18dce9df6c6a0257ec6e3765f84c3d7bbd authored 9 months ago by Jelmer Vernooij <[email protected]>
chore: BCR testing on Bazel 6 and 7 (#125)

Merge https://github.com/bazel-contrib/rules-template/pull/105

github.com/aspect-build/rules_lint - 80ca8a8a077e212edac471747e45f17f5f5af41f authored 9 months ago by Alex Eagle <[email protected]>
perf: remove unnecessary calls to 'to_list' (#737)

github.com/bazel-contrib/bazel-lib - 59cc7058def96d4d061cfeb9e39ca79028171530 authored 9 months ago by Matt Mackay <[email protected]>
Add gofumpt as an alternative go formatter

gofumpt is a popular alternative formatter for Go that is compatible
with gofmt but stricter.

github.com/aspect-build/rules_lint - b2b8c34aba3e690d341157a5901a7f0518ced608 authored 9 months ago by Jelmer Vernooij <[email protected]>
Update README.md

Hint that only one formatter can be chosen per language

github.com/aspect-build/rules_lint - ab4bbe09289b2fab8f2ea993d61ba733d024d414 authored 9 months ago by Alex Eagle <[email protected]>
fix filename pattern matching

git ls-files seems to match against filename strings exactly, and
doesn't use the same logic as ...

github.com/aspect-build/rules_lint - 00890aa427f5fd692fc92b1cc8c8109506913b9d authored 9 months ago by peter woodman <[email protected]>
chore: update test now that #122 is fixed

github.com/aspect-build/rules_lint - e1d6a2d68e8f9d052aabcc9d2ebbe49ebfaa73b8 authored 9 months ago by Alex Eagle <[email protected]>
ci: add test coverage for format binary (#126)

* ci: add test coverage for format binary

This is a beginning, if the pattern works I'll appl...

github.com/aspect-build/rules_lint - 15fcab98e1fef4eb2c227df759e4848e06d412a2 authored 9 months ago by Alex Eagle <[email protected]>
chore: green up //jest/tests/fixed_args:fixed_args_test on CI (#234)

github.com/aspect-build/rules_jest - a0c98739685292587d34acadb1340d33a8c28c3c authored 9 months ago by Greg Magolan <[email protected]>
Update paths.bzl (#735)

Add a more helpful error when runfiles.bash can't be found.

github.com/bazel-contrib/bazel-lib - f0a19f5a7c02fb5c846b218536e07aa9508fcfa7 authored 9 months ago by Alex Eagle <[email protected]>
chore: re-enable RBE testing (#531)

* chore: re-enable RBE testing

* chore: re-enable RBE testing

* chore: workaround issue I ...

github.com/aspect-build/rules_ts - ad0539eb77368eeb140e5794a7e73aa17c8f1a4d authored 9 months ago by Alex Eagle <[email protected]>
chore: BCR testing on Bazel 6 and 7 (#736)

Merge https://github.com/bazel-contrib/rules-template/pull/105

github.com/bazel-contrib/bazel-lib - 58e3d286024bc0c0d87de8c453e397b44bf64e4d authored 9 months ago by Alex Eagle <[email protected]>