feat(CI): add extra_logs to build matrix and update warden ByteArrayToHexStr (#5102)

This commit is contained in:
Patrick Lewis 2021-04-11 07:08:15 -07:00 committed by GitHub
parent b9ae587b6b
commit 81301c67d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 32 additions and 12 deletions

2
conf/dist/config.sh vendored
View file

@ -56,6 +56,8 @@ CTOOLS=OFF
# use precompiled headers ( fatest compilation but not optimized if you change headers often )
CSCRIPTPCH=ON
CCOREPCH=ON
# enable/disable extra logs
CEXTRA_LOGS=0
# Skip specific modules from compilation (cmake reconfigure needed)
# use semicolon ; to separate modules