Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
# To update the file, execute
import %workspace%/.bazelrc.deleted_packages

# Symlinks are used extensively because of runfiles, venvs, and other reasons.
# Supporting otherwise is very complex with little benefit.
startup --windows_enable_symlinks

test --test_output=errors

# Do NOT implicitly create empty __init__.py files in the runfiles tree.
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ END_UNRELEASED_TEMPLATE

{#v0-0-0-changed}
### Changed

**Breaking**
* {obj}`--windows_enable_symlinks` is required. Add `startup
--windows_enable_symlinks` to your `.bazelrc` to enable Bazel using full
symlink support on Windows.

Other changes:
* (pypi) Update dependencies used for `compile_pip_requirements`, building
sdists in the `whl_library` rule and fetching wheels using `pip`.

Expand Down