File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
eng/pipelines/libraries/stress
src/libraries/System.Net.Http/tests/StressTests/HttpStress Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ extends:
37
37
DUMPS_SHARE_MOUNT_ROOT : " /dumps-share"
38
38
pool :
39
39
name : $(DncEngPublicBuildPool)
40
- demands : ImageOverride -equals 1es-ubuntu-1804-open
40
+ demands : ImageOverride -equals Build.Ubuntu.2204.Amd64.Open
41
41
42
42
steps :
43
43
- checkout : self
Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ RUN apt-get update -y && \
10
10
RUN git clone --depth 1 --single-branch --branch v2.3.5 --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=openssl3 && \
14
+ # -DQUIC_ENABLE_SANITIZERS=on && \
14
15
cd build && \
15
16
cmake --build . --config Debug
16
17
RUN cd msquic/build/bin/Debug && \
@@ -41,8 +42,8 @@ ENV DOTNET_DbgMiniDumpName="/dumps-share/coredump.%p"
41
42
EXPOSE 5001
42
43
43
44
# configure adress sanitizer
44
- ENV ASAN_OPTIONS='detect_leaks=0'
45
- ENV LD_PRELOAD=/usr/lib/gcc/x86_64-linux-gnu/12/libasan.so
45
+ # ENV ASAN_OPTIONS='detect_leaks=0'
46
+ # ENV LD_PRELOAD=/usr/lib/gcc/x86_64-linux-gnu/12/libasan.so
46
47
47
48
ENV VERSION=$VERSION
48
49
ENV CONFIGURATION=$CONFIGURATION
Original file line number Diff line number Diff line change 1
- version : ' 3'
1
+ version : ' 3' # Although the version attribute is obsolete and should be ignored, it's seemingly not the case on Build.Ubuntu.2204.Amd64.Open
2
2
services :
3
3
client :
4
4
build :
You can’t perform that action at this time.
0 commit comments