3afb012ad1
* chore: add patch to always set macos platform for x-build * build: add infra for reclient support * build: override reclient version * build: use RBE in CI * chore: hardcode reclient fix version * build: lower process count on macOS * build: use large macOS instance for testing-arm64 * Revert "build: use large macOS instance for testing-arm64" This reverts commit 6844adfd00a5230e68234112dfd84caa50d3f621. * build: login in via helper not writing file * chore: update patches * build: use recelint from DEPS * build: fix windows reproxy cfg * build: use reclient in appveyor * build: update WOA job too * build: force another build * build: do not checkout reclient
17 lines
578 B
Diff
17 lines
578 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Samuel Attard <samuel.r.attard@gmail.com>
|
|
Date: Thu, 28 Dec 2023 16:13:18 +1300
|
|
Subject: fix: disable compression_threshold
|
|
|
|
This appears to cause issues with nginx ingress for RBE endpoints, disable
|
|
it till we can figure out why.
|
|
|
|
diff --git a/reproxy.cfg b/reproxy.cfg
|
|
index 4325d36cbfcb6d81eb0f8dc7ab7cf8e8857d608c..2390a73f4674a591ef833d10697e4aaf3894c011 100644
|
|
--- a/reproxy.cfg
|
|
+++ b/reproxy.cfg
|
|
@@ -17,3 +17,4 @@
|
|
# Unset Chromium variables.
|
|
service=
|
|
automatic_auth=
|
|
+compression_threshold=
|