From a513eebed20596e29a13c3b0ed22f5878bbdecaf Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Thu, 9 Jul 2026 19:05:25 +0900 Subject: [PATCH] Unified libraries compilation flags on Windows --- Dockerfiles/build-base/windows/Dockerfile.agent | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfiles/build-base/windows/Dockerfile.agent b/Dockerfiles/build-base/windows/Dockerfile.agent index bee4c37b..7bef42a1 100644 --- a/Dockerfiles/build-base/windows/Dockerfile.agent +++ b/Dockerfiles/build-base/windows/Dockerfile.agent @@ -168,7 +168,6 @@ RUN Set-Location -Path $env:SystemDrive\.; ` ` New-Item -ItemType directory -Path $env:BUILD_OUTPUT -Force | Out-Null; ` Write-Host 'Verifying install ("git version") ...'; ` - Write-Host $env:VS_BUILDTOOLS_VERSION; ` git version; ` ` Write-Host 'Verifying install ("nasm -v") ...'; ` @@ -238,7 +237,6 @@ RUN Import-Module $env:VS_DEVSHELL; ` VC-WIN64A ` no-autoload-config ` no-apps ` - no-capieng ` no-docs ` no-dgram ` no-dtls1-method `