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.
1 parent 3d29782 commit 42af100Copy full SHA for 42af100
build/commands/lib/util.js
@@ -587,6 +587,9 @@ const util = {
587
assert(fs.existsSync(compiler_proxy_binary), 'compiler_proxy not found at ' + config.gomaDir)
588
options.env.GOMA_COMPILER_PROXY_BINARY = compiler_proxy_binary
589
590
+ // Disable HTTP2 proxy. According to EngFlow this has significant performance impact.
591
+ options.env.GOMACTL_USE_PROXY = 0
592
+
593
// This skips the auth check and make this call instant if compiler_proxy is already running.
594
// If compiler_proxy is not running, it will fail to start if no valid credentials are found.
595
options.env.GOMACTL_SKIP_AUTH = 1
0 commit comments