Skip to content

Commit

Permalink
disable convenience symlinks on other os-es too
Browse files Browse the repository at this point in the history
  • Loading branch information
malkia committed Jul 2, 2024
1 parent b6d8202 commit 2a0621e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ common --enable_runfiles
build --build_tag_filters=-jaeger,-opentracing,-opentracing_shim
test --test_tag_filters=-jaeger,-opentracing,-opentracing_shim

# The github do/ci_do.sh needs `bazel-bin` folder, enabling it just for this case.
build:windows --experimental_convenience_symlinks=clean
build --experimental_convenience_symlinks=clean
build --experimental_cc_implementation_deps

build:windows --copt="/Brepro" --copt="/guard:cf" --copt="/guard:ehcont" --copt="/Z7" --copt="/JMC-" --copt="/sdl"
Expand Down

0 comments on commit 2a0621e

Please sign in to comment.