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
6 changed files with 32 additions and 12 deletions

View File

@@ -76,3 +76,9 @@ case $COMPILER in
exit 1
;;
esac
if [[ $EXTRA_LOGS ]]; then
echo "CEXTRA_LOGS=1" >> ./conf/config.sh
else
echo "CEXTRA_LOGS=0" >> ./conf/config.sh
fi