Skip to content

Commit bf029fe

Browse files
committed
fixup! Use IPv4 addresses only when testing HTTP3
1 parent 227af90 commit bf029fe

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ RUN apt-get update -y && \
1212
RUN git clone --recursive https://github.com/dotnet/msquic
1313
RUN cd msquic/src/msquic && \
1414
mkdir build && \
15-
options="-DQUIC_BUILD_TOOLS=off -DQUIC_BUILD_TEST=off -DQUIC_BUILD_PERF=off" && \
1615
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 && \
1716
cd build && \
1817
cmake --build . --config Release

0 commit comments

Comments
 (0)