File tree Expand file tree Collapse file tree 1 file changed +1
-20
lines changed
Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100100 strategy :
101101 fail-fast : false
102102 matrix :
103- arch : ["amd64 ", "x64"]
103+ arch : ["arm64 ", "x64"]
104104 include :
105105 - runner : windows-11-arm
106106 arch : arm64
@@ -140,22 +140,3 @@ jobs:
140140 Invoke-WebRequest -Uri "https://github.com/DataDog/datadog-ci/releases/latest/download/datadog-ci_win-x64" -OutFile "datadog-ci.exe"
141141 ./datadog-ci.exe junit upload --service dd-trace-cpp report.xml
142142
143- fuzz-testing :
144- needs : build-linux-cmake
145- runs-on : ubuntu-22.04-arm
146- container :
147- image : datadog/docker-library:dd-trace-cpp-ci-91c12776-arm64
148- env :
149- DURATION_SEC : 300 # 5min
150- steps :
151- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
152- - name : Configure
153- run : bin/with-toolchain llvm cmake . -B .build -DCMAKE_BUILD_TYPE=Debug -DDD_TRACE_BUILD_FUZZERS=1 -DDD_TRACE_ENABLE_SANITIZE=1
154- - name : Build
155- run : cmake --build .build -j --target dd_trace_cpp-fuzzers
156- - name : Run W3C propagation fuzzer
157- run : ./.build/fuzz/w3c-propagation/w3c-propagation-fuzz -max_total_time=${DURATION_SEC}
158- - name : Run Base64 fuzzer
159- run : ./.build/fuzz/base64/base64-fuzz -max_total_time=${DURATION_SEC}
160- - name : Run Remote Configuration fuzzer
161- run : ./.build/fuzz/remote-configuration/remote-config-fuzz -max_total_time=${DURATION_SEC}
You can’t perform that action at this time.
0 commit comments