fix: use depth 1 to speed up clone

main
paring 2023-05-02 22:54:59 +09:00
parent 61fcf3e6bd
commit e68da4508e
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
export ffmpegPath=$workDir/ffmpeg
git clone https://github.com/FFmpeg/FFmpeg $ffmpegPath
git clone https://github.com/FFmpeg/FFmpeg $ffmpegPath --depth 1
cd $ffmpegPath

View File

@ -12,7 +12,7 @@ export OPENH264_VERSION=2.3.1
export projectDir=$workDir/openh264
git clone https://github.com/cisco/openh264 $projectDir
git clone https://github.com/cisco/openh264 $projectDir --depth 1
cd $projectDir