Skip to content

Commit 21c7755

Browse files
Uplift of #12649 (squashed) to release
1 parent 3cf75f5 commit 21c7755

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/commands/lib/util.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,9 @@ const util = {
587587
assert(fs.existsSync(compiler_proxy_binary), 'compiler_proxy not found at ' + config.gomaDir)
588588
options.env.GOMA_COMPILER_PROXY_BINARY = compiler_proxy_binary
589589

590+
// Disable HTTP2 proxy. According to EngFlow this has significant performance impact.
591+
options.env.GOMACTL_USE_PROXY = 0
592+
590593
// This skips the auth check and make this call instant if compiler_proxy is already running.
591594
// If compiler_proxy is not running, it will fail to start if no valid credentials are found.
592595
options.env.GOMACTL_SKIP_AUTH = 1

0 commit comments

Comments
 (0)