Avoid cloning entire repos
This commit is contained in:
parent
cf486fe562
commit
b4bbce3020
20 changed files with 29 additions and 36 deletions
|
@ -13,9 +13,8 @@ ffbuild_dockerstage() {
|
|||
}
|
||||
|
||||
ffbuild_dockerbuild() {
|
||||
git clone "$FFNVCODEC_REPO" ffnvcodec || return -1
|
||||
git-mini-clone "$FFNVCODEC_REPO" "$FFNVCODEC_COMMIT" ffnvcodec
|
||||
pushd ffnvcodec
|
||||
git checkout "$FFNVCODEC_COMMIT" || return -1
|
||||
|
||||
make PREFIX="$FFBUILD_PREFIX" install || return -1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue