Aspect Blog

Aspect Blog

Follow
homeAboutBazelServicesResourcesnewslettermembers
Tag

bazel

#bazel

More content

Read more stories on Hashnode


Articles with this tag

What's new at Aspect: Summer 2023

Alex EagleAlex Eagle
Aug 4, 20232 min read 234 views

Since our last update in December, a lot has been going on at Aspect, and we’re delighted to welcome you back from Summer Vacation! Our kids are going...

What's new at Aspect: Summer 2023

Lazy tool fetching under Bazel

Alex EagleAlex Eagle
Jul 5, 20235 min read 319 views

In the absence of a tool like Bazel to coordinate the tasks of downloading build inputs and invoking tools that need them, tools are designed with the...

Lazy tool fetching under Bazel

Mechanics of moving an other-repo to the monorepo

Alex EagleAlex Eagle
May 18, 20233 min read 313 views

Once a Bazel monorepo has been setup, a next task is to slowly consume other projects, one-at-a-time. We'll walk through the details of how you...

Mechanics of moving an other-repo to the monorepo

Introducing rules_oci

Alex EagleAlex Eagle
May 5, 20234 min read 741 views

Cross-posted from the Google Security Blog Today, we are announcing the General Availability 1.0 version of rules_oci, an open-sourced Bazel plugin...

Introducing rules_oci

Multiple external dependency closures in Bazel

Alex EagleAlex Eagle
Mar 9, 20238 min read 1.1K views

I frequently see organizations moving to a monorepo, where applications or services depend on different versions of third-party libraries, and face a...

Multiple external dependency closures in Bazel

Presets for bazelrc

Alex EagleAlex Eagle
Feb 27, 20232 min read 659 views

Bazel has a TON of options - over 1500 of them! [1] It has so many obscure options that even experts like myself are often surprised to learn about a...

Presets for bazelrc