Fix open62541 build (#6085)

* Fix open62541 build

Use a Debug build instead of RelWithDebSymbols.

* Disable honggfuzz for open62541
This commit is contained in:
Julius Pfrommer 2021-07-22 02:28:28 +02:00 committed by GitHub
parent ebc2852f0a
commit 3c9ca9b304
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

@ -27,7 +27,7 @@ cd $WORK/open62541
# <= 600 FATAL
# > 600 No LOG output
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DUA_ENABLE_AMALGAMATION=OFF \
cmake -DCMAKE_BUILD_TYPE=Debug -DUA_ENABLE_AMALGAMATION=OFF \
-DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python2 \
-DBUILD_SHARED_LIBS=OFF -DUA_BUILD_EXAMPLES=OFF -DUA_LOGLEVEL=600 \
-DUA_ENABLE_ENCRYPTION=ON \

View File

@ -5,8 +5,11 @@ auto_ccs:
- "julius.pfrommer@gmail.com"
- "chris_paul.iatrou@tu-dresden.de"
- "ari.breitkreuz@gmail.com"
fuzzing_engines:
- libfuzzer
- afl
sanitizers:
- address
- undefined
- memory
- address
- undefined
- memory
main_repo: 'https://github.com/open62541/open62541.git'