Skip to content

Commit

Permalink
docs: fix typo (#25331)
Browse files Browse the repository at this point in the history
PR Close #25331
  • Loading branch information
lukasmatta authored and kara committed Aug 6, 2018
1 parent c67f1bb commit 2b906f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/BAZEL.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Note that Bazel has a `--stamp` argument to `bazel build`, but this has no effec
Bazel supports fetching action results from a cache, allowing a clean build to pick up artifacts from prior builds.
This makes builds incremental, even on CI.
It works because Bazel assigns a content-based hash to all action inputs, which is used as the cache key for the action outputs.
Thanks the the hermeticity property, we can skip executing an action if the inputs hash is already present in the cache.
Thanks to the hermeticity property, we can skip executing an action if the inputs hash is already present in the cache.

Of course, non-hermeticity in an action can cause problems.
At worst, you can fetch a broken artifact from the cache, making your build non-reproducible.
Expand Down

0 comments on commit 2b906f6

Please sign in to comment.