mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
UTest: Enable sanitizer for utest. (#3247)
1. Enable sanitizer for utest. 2. Allow auto detect jobs for make. 3. Show more information about build cache.
This commit is contained in:
parent
5bae930621
commit
88641b535c
9 changed files with 29 additions and 29 deletions
|
@ -326,6 +326,7 @@ if [[ -d /usr/local/srs-cache/srs/trunk/objs && $(pwd) != "/usr/local/srs-cache/
|
|||
echo "Build from cache, source=$SOURCE_DIR, target=$TARGET_DIR" &&
|
||||
rm -rf $TARGET_DIR && mkdir -p ${SRS_OBJS} && cp -R $SOURCE_DIR $TARGET_DIR &&
|
||||
du -sh /usr/local/srs-cache/srs/trunk/objs/Platform-* &&
|
||||
du -sh /usr/local/srs-cache/srs/trunk/objs/Platform-*/* &&
|
||||
du -sh objs/Platform-* &&
|
||||
ls -lh objs
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue