Skip to content

Commit

Permalink
Revert "bazel: update to 6.0.0rc1 (envoyproxy#23678)" (envoyproxy#24093)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax authored Nov 21, 2022
1 parent 64555aa commit dede92e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 17 deletions.
1 change: 0 additions & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,6 @@ build:windows --define tcmalloc=disabled
build:windows --define wasm=disabled
build:windows --define manual_stamp=manual_stamp
build:windows --cxxopt="/std:c++17"
build:windows --output_groups=+pdb_file

# TODO(wrowe,sunjayBhatia): Resolve bugs upstream in curl and rules_foreign_cc
# See issue https://github.com/bazelbuild/rules_foreign_cc/issues/301
Expand Down
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.0rc1
6.0.0-pre.20220706.4
13 changes: 0 additions & 13 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1380,19 +1380,6 @@ REPOSITORY_LOCATIONS_SPEC = dict(
release_date = "2022-03-30",
cpe = "N/A",
),
rules_license = dict(
project_name = "rules_license",
project_desc = "Bazel rules for checking open source licenses",
project_url = "https://github.com/bazelbuild/rules_license",
version = "0.0.3",
sha256 = "00ccc0df21312c127ac4b12880ab0f9a26c1cff99442dc6c5a331750360de3c3",
urls = ["https://github.com/bazelbuild/rules_license/releases/download/{version}/rules_license-{version}.tar.gz"],
use_category = ["build", "dataplane_core", "controlplane"],
release_date = "2022-05-28",
cpe = "N/A",
license = "Apache-2.0",
license_url = "https://github.com/bazelbuild/rules_license/blob/{version}/LICENSE",
),
)

def _compiled_protoc_deps(locations, versions):
Expand Down
6 changes: 4 additions & 2 deletions test/per_file_coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ declare -a KNOWN_LOW_COVERAGE=(
"source/common/upstream:96.0"
"source/common/watchdog:58.6" # Death tests don't report LCOV
"source/exe:92.6"
"source/extensions/clusters/common:68.2"
"source/extensions/common:95.8"
"source/extensions/common/tap:92.9"
"source/extensions/common/wasm:94.7" # flaky: be careful adjusting
Expand All @@ -44,7 +45,7 @@ declare -a KNOWN_LOW_COVERAGE=(
"source/extensions/filters/common/rbac:88.1"
"source/extensions/filters/http/aws_lambda:96.2"
"source/extensions/filters/http/cache:93.4"
"source/extensions/filters/http/cache/simple_http_cache:96.0"
"source/extensions/filters/http/cache/simple_http_cache:95.9"
"source/extensions/filters/http/grpc_json_transcoder:94.7"
"source/extensions/filters/http/ip_tagging:87.0"
"source/extensions/filters/http/kill_request:91.7" # Death tests don't report LCOV
Expand All @@ -62,6 +63,7 @@ declare -a KNOWN_LOW_COVERAGE=(
"source/extensions/filters/network/sni_cluster:88.9"
"source/extensions/filters/network/sni_dynamic_forward_proxy:95.2"
"source/extensions/filters/network/thrift_proxy/router:96.4"
"source/extensions/filters/network/thrift_proxy/filters/payload_to_metadata:96.2"
"source/extensions/filters/network/wasm:95.7"
"source/extensions/filters/udp:96.4"
"source/extensions/filters/udp/dns_filter:96.1"
Expand Down Expand Up @@ -93,7 +95,7 @@ declare -a KNOWN_LOW_COVERAGE=(
"source/extensions/watchdog:83.3" # Death tests within extensions
"source/extensions/watchdog/profile_action:83.3"
"source/server:93.3" # flaky: be careful adjusting. See https://github.com/envoyproxy/envoy/issues/15239
"source/server/admin:97.5"
"source/server/admin:97.4"
"source/server/admin:profiler-lib:83"
"source/server/config_validation:74.8"
)
Expand Down

0 comments on commit dede92e

Please sign in to comment.