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 2cf4431 commit 1d62262Copy full SHA for 1d62262
src/libraries/System.Net.Http/tests/StressTests/HttpStress/Dockerfile
@@ -7,7 +7,7 @@ RUN apt-get update -y && \
7
apt-get upgrade -y && \
8
apt-get install -y cmake clang ruby-dev gem lttng-tools libssl-dev && \
9
gem install fpm
10
-RUN git clone --recursive https://github.com/microsoft/msquic --depth 1
+RUN git clone --depth 1 --single-branch --branch v2.3.5 --recursive https://github.com/microsoft/msquic
11
RUN cd msquic/ && \
12
mkdir build && \
13
cmake -B build -DCMAKE_BUILD_TYPE=Debug -DQUIC_ENABLE_LOGGING=false -DQUIC_USE_SYSTEM_LIBCRYPTO=true -DQUIC_BUILD_TOOLS=off -DQUIC_BUILD_TEST=off -DQUIC_BUILD_PERF=off -DQUIC_TLS=openssl3 -DQUIC_ENABLE_SANITIZERS=on && \
0 commit comments