ArgCV

  • Home
  • Code
    • Snippets
  • Life
  • About
  • Gallery
  • Guestbook
  • RSS

Bazel

Bazel is a free software tool for the automation of building and testing of software. The company Google uses the build tool Blaze internally and released an open-sourced part of the Blaze tool as Bazel, named as an anagram of Blaze. Bazel was first released in March 2015 and achieved beta status by September 2015.

Code

Normalize the cache directory for bazel

According to the doc from the official doc

The outputRoot directory is ~/.cache/bazel. (Unless $TEST_TMPDIR is set, as in a test of bazel itself, in which case this directory is used instead.)

However, if you are in a macOS, it is not true. (more…)

By Yu, 7 years2 years ago
Code

Bazel run closed stdin

Bazel is a build tool which coordinates builds and runs tests.

Recently I wrote some code as follow:

(more…)

By Yu, 8 years2 years ago
  • Home
  • About
  • Guestbook
  • Privacy Policy
Hesmod | Developed by ThemeIsle, Revised by ArgCV