Skip to content

Commit

Permalink
Add note on using a case-sensitive filesystem
Browse files Browse the repository at this point in the history
Closes google#2783

RELNOTES=n/a
PiperOrigin-RevId: 397187722
  • Loading branch information
remcomokveld authored and Dagger Team committed Sep 16, 2021
1 parent 342f7da commit 85e0f6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ information on using pull requests.

Dagger is built with [`bazel`](https://bazel.build).

Ensure that Dagger is checked out on a case-sensitive filesystem. On a
case-insensitive file system (e.g. Windows or MacOS by default) some tasks that
attempt to delete the `build/` folder will also delete the bazel `BUILD` files.

### Building Dagger from the command line

* [Install Bazel](https://docs.bazel.build/versions/master/install.html)
Expand Down

0 comments on commit 85e0f6b

Please sign in to comment.