Skip to content

Commit

Permalink
Disabling Address Sanitizer to work around STATUS_DLL_NOT_FOUND (0xc0…
Browse files Browse the repository at this point in the history
…000135) errors when running ctest. (Azure#2680)
  • Loading branch information
CIPop authored and RLeclair committed Nov 9, 2023
1 parent 0cd0fd7 commit 7cf4ce4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/pipelines/templates/jobs/archetype-sdk-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
OSVmImage: windows-2022
vcpkg.deps: 'cmocka'
VCPKG_DEFAULT_TRIPLET: 'x86-windows-static'
build.args: '-DPRECONDITIONS=OFF -DUNIT_TESTING=ON -DLOGGING=OFF -DADDRESS_SANITIZER=ON'
build.args: '-DPRECONDITIONS=OFF -DUNIT_TESTING=ON -DLOGGING=OFF -DADDRESS_SANITIZER=OFF'
CMAKE_GENERATOR: 'Visual Studio 17 2022'
CMAKE_GENERATOR_PLATFORM: Win32
AZ_SDK_C_NO_SAMPLES: 'true'
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
OSVmImage: windows-2022
vcpkg.deps: 'curl[winssl] paho-mqtt cmocka'
VCPKG_DEFAULT_TRIPLET: 'x64-windows-static'
build.args: '-DTRANSPORT_CURL=ON -DTRANSPORT_PAHO=ON -DAZ_PLATFORM_IMPL=WIN32 -DUNIT_TESTING=ON -DLOGGING=OFF -DADDRESS_SANITIZER=ON'
build.args: '-DTRANSPORT_CURL=ON -DTRANSPORT_PAHO=ON -DAZ_PLATFORM_IMPL=WIN32 -DUNIT_TESTING=ON -DLOGGING=OFF -DADDRESS_SANITIZER=OFF'
CMAKE_GENERATOR: 'Visual Studio 17 2022'
CMAKE_GENERATOR_PLATFORM: x64
PublishMapFiles: 'false'
Expand Down

0 comments on commit 7cf4ce4

Please sign in to comment.