Skip to content

Commit 1d62262

Browse files
authored
Fix msquic on latest (2.3.5) release (#102085)
1 parent 2cf4431 commit 1d62262

File tree

1 file changed

+1
-1
lines changed
  • src/libraries/System.Net.Http/tests/StressTests/HttpStress

1 file changed

+1
-1
lines changed

src/libraries/System.Net.Http/tests/StressTests/HttpStress/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apt-get update -y && \
77
apt-get upgrade -y && \
88
apt-get install -y cmake clang ruby-dev gem lttng-tools libssl-dev && \
99
gem install fpm
10-
RUN git clone --recursive https://github.com/microsoft/msquic --depth 1
10+
RUN git clone --depth 1 --single-branch --branch v2.3.5 --recursive https://github.com/microsoft/msquic
1111
RUN cd msquic/ && \
1212
mkdir build && \
1313
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

Comments
 (0)