We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6cf28d7 + 075b5d3 commit b8c5cb5Copy full SHA for b8c5cb5
bazel/foreign_cc/BUILD
@@ -284,6 +284,7 @@ envoy_cmake(
284
cache_entries = {
285
"BUILD_CURL_EXE": "off",
286
"BUILD_TESTING": "off",
287
+ "BUILD_LIBCURL_DOCS": "off",
288
"BUILD_SHARED_LIBS": "off",
289
"CURL_HIDDEN_SYMBOLS": "off",
290
"CURL_USE_LIBSSH2": "off",
ci/docker_ci.sh
@@ -84,7 +84,7 @@ config_env() {
84
fi
85
86
# Install QEMU emulators
87
- docker run --rm --privileged tonistiigi/binfmt --install all
+ docker run --rm --privileged tonistiigi/binfmt:qemu-v7.0.0 --install all
88
89
# Remove older build instance
90
docker buildx rm multi-builder 2> /dev/null || :
0 commit comments