diff --git a/Dockerfiles/build-base/windows/Dockerfile.agent b/Dockerfiles/build-base/windows/Dockerfile.agent index 897553f69..837b20611 100644 --- a/Dockerfiles/build-base/windows/Dockerfile.agent +++ b/Dockerfiles/build-base/windows/Dockerfile.agent @@ -242,12 +242,6 @@ RUN Set-Location -Path $env:SystemDrive\.; ` no-tests ` no-unit-test ` no-capieng ` - no-winstore ` - no-srp ` - no-gost ` - no-dgram ` - no-dtls1-method ` - no-dtls1_2-method ` --api=1.1.0 ` --prefix=$env:BUILD_OUTPUT\openssl ` --openssldir=$env:BUILD_OUTPUT\openssl_ssl; ` diff --git a/Dockerfiles/build-base/windows/Dockerfile.agent2 b/Dockerfiles/build-base/windows/Dockerfile.agent2 index 5ae98255e..d79be990a 100644 --- a/Dockerfiles/build-base/windows/Dockerfile.agent2 +++ b/Dockerfiles/build-base/windows/Dockerfile.agent2 @@ -216,13 +216,6 @@ RUN Set-Location -Path $env:SystemDrive\.; ` no-tests ` no-unit-test ` no-capieng ` - no-winstore ` - no-srp ` - no-gost ` - no-dgram ` - no-dtls1-method ` - no-dtls1_2-method ` - thread_scheme=winthreads ` --api=1.1.0 ` --libdir=lib ` --prefix=$env:BUILD_OUTPUT/openssl `