File tree Expand file tree Collapse file tree 6 files changed +9
-5
lines changed
Expand file tree Collapse file tree 6 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,5 @@ common --noenable_bzlmod
33
44common:bzlmod --enable_bzlmod
55# Note, have to use /// to make Bazel not crash on Windows
6- common --registry=file:///%workspace%/registry --registry=https://bcr.bazel.build
6+ common:common --registry=file:///%workspace%/registry --registry=https://bcr.bazel.build
7+
Original file line number Diff line number Diff line change 33# Global Configuration
44# --------------------
55
6+ # enable common config by default (needed for renovate to ignore the file: registry)
7+ common --config common
8+
69# Force TLS 1.2. With TLS 1.3, we run into the following error on Darwin.
710# > No subject alternative DNS name matching github-releases.githubusercontent.com found.
811# It looks like this is a result of SNI being broken on TLS 1.3 which results
Original file line number Diff line number Diff line change 11common:bzlmod --enable_bzlmod
2- common --registry=file://%workspace%/../registry --registry=https://bcr.bazel.build
2+ common:common --registry=file://%workspace%/../registry --registry=https://bcr.bazel.build
Original file line number Diff line number Diff line change 11common:bzlmod --enable_bzlmod
22
33# Note, have to use /// to make Bazel not crash on Windows
4- common --registry=file:///%workspace%/../registry --registry=https://bcr.bazel.build
4+ common:common --registry=file:///%workspace%/../registry --registry=https://bcr.bazel.build
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ common --noenable_bzlmod
44common:bzlmod --enable_bzlmod
55
66# Note, have to use /// to make Bazel not crash on Windows
7- common --registry=file:///%workspace%/../registry --registry=https://bcr.bazel.build
7+ common:common --registry=file:///%workspace%/../registry --registry=https://bcr.bazel.build
Original file line number Diff line number Diff line change 11common:bzlmod --enable_bzlmod
2- common --registry=file://%workspace%/../registry --registry=https://bcr.bazel.build
2+ common:common --registry=file://%workspace%/../registry --registry=https://bcr.bazel.build
You can’t perform that action at this time.
0 commit comments