File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/libraries/System.Net.Http/tests/StressTests/HttpStress Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ RUN apt-get update -y && \
7
7
apt-get upgrade -y && \
8
8
apt-get install -y cmake clang ruby-dev gem lttng-tools libssl-dev && \
9
9
gem install fpm
10
- RUN git clone --depth 1 --single-branch --branch v2.4.4 --recursive https://github.com/microsoft/msquic
10
+ RUN git clone --depth 1 --single-branch --branch main --recursive https://github.com/microsoft/msquic
11
11
RUN cd msquic/ && \
12
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 && \
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_LIB=quictls -DQUIC_ENABLE_SANITIZERS=on && \
14
14
cd build && \
15
15
cmake --build . --config Debug
16
16
RUN cd msquic/build/bin/Debug && \
You can’t perform that action at this time.
0 commit comments