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 227af90 commit bf029feCopy full SHA for bf029fe
src/libraries/System.Net.Http/tests/StressTests/HttpStress/Dockerfile
@@ -12,7 +12,6 @@ RUN apt-get update -y && \
12
RUN git clone --recursive https://github.com/dotnet/msquic
13
RUN cd msquic/src/msquic && \
14
mkdir build && \
15
- options="-DQUIC_BUILD_TOOLS=off -DQUIC_BUILD_TEST=off -DQUIC_BUILD_PERF=off" && \
16
cmake -B build -DCMAKE_BUILD_TYPE=Release -DQUIC_ENABLE_LOGGING=false -DQUIC_USE_SYSTEM_LIBCRYPTO=true -DQUIC_BUILD_TOOLS=off -DQUIC_BUILD_TEST=off -DQUIC_BUILD_PERF=off && \
17
cd build && \
18
cmake --build . --config Release
0 commit comments