Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions images/virt-artifact/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@ shell:
- export GOOS=linux
- export GOARCH=amd64
- export CGO_ENABLED=0
# Disable the Green Tea GC experiment baked into the ALT golang toolchain.
# It regresses the TLS migration-proxy data path (software AES fallback /
# high CPU, low throughput). Dropping only this experiment keeps the
# CVE-patched toolchain (version and ALT base) untouched.
- export GOEXPERIMENT=nogreenteagc

- echo ============== Build container-disk ===================
{{- $_ := set $ "ProjectName" (list .ImageName "container-disk" | join "/") }}
Expand Down
Loading