Skip to content

Commit eb8104b

Browse files
disable QAT (#6705)
* Automator: update envoy@ in istio/proxy@master * disable QAT --------- Co-authored-by: istio-testing <[email protected]>
1 parent f38c96a commit eb8104b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
2222
# 1. Determine SHA256 `wget https://github.com/envoyproxy/envoy/archive/$COMMIT.tar.gz && sha256sum $COMMIT.tar.gz`
2323
# 2. Update .bazelversion, envoy.bazelrc and .bazelrc if needed.
2424
#
25-
# Commit date: 2025-11-24
26-
ENVOY_SHA = "716a49650f551c6211a196f5828a5a6deaf5080c"
25+
# Commit date: 2025-11-25
26+
ENVOY_SHA = "badd88c2373cd43dbfa0c17d7cae2cb2989ffe6b"
2727

28-
ENVOY_SHA256 = "4e331c1a6e97d0e72443646b170c3140f9f7030fab357d376becae5bd9b203e8"
28+
ENVOY_SHA256 = "2e9d1624b8edc0d3989f12cf2831130cb0a10c43d04a302bd3b9dd1c4c2096d0"
2929

3030
ENVOY_ORG = "envoyproxy"
3131

bazel/extension_config/extensions_build_config.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ ISTIO_ENABLED_CONTRIB_EXTENSIONS = [
517517
"envoy.filters.network.sip_proxy",
518518
"envoy.filters.sip.router",
519519
"envoy.tls.key_providers.cryptomb",
520-
"envoy.tls.key_providers.qat",
520+
# "envoy.tls.key_providers.qat",
521521
"envoy.network.connection_balance.dlb",
522522
]
523523

envoy.bazelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ common --@rules_python//python/config_settings:bootstrap_impl=script
7373
build --define absl=1
7474

7575
# Disable ICU linking for googleurl.
76-
build --@com_googlesource_googleurl//build_config:system_icu=0
76+
build --@googleurl//build_config:system_icu=0
7777

7878
# Test options
7979
build --test_env=HEAPCHECK=normal --test_env=PPROF_PATH

0 commit comments

Comments
 (0)