mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For test docker image, use cache eventhough the kernel changed. v5.0.37
This commit is contained in:
parent
14832b66eb
commit
f44b694a17
4 changed files with 13 additions and 5 deletions
4
trunk/configure
vendored
4
trunk/configure
vendored
|
@ -29,8 +29,10 @@ BLACK="\\033[0m"
|
|||
# We don't need to cleanup the exists files.
|
||||
rm -f ${SRS_WORKDIR}/${SRS_MAKEFILE}
|
||||
|
||||
# create objs
|
||||
# Create objs and platform directories.
|
||||
mkdir -p ${SRS_OBJS}/${SRS_PLATFORM}
|
||||
# If only generate objs directory, quit without error.
|
||||
if [[ $SRS_GENERATE_OBJS == YES ]]; then exit 0; fi
|
||||
|
||||
# apply user options.
|
||||
. auto/depends.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue