mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 01:39:26 +02:00
optimize docker build times (884 to 379 sec)
This commit is contained in:
parent
273a4eb7d0
commit
3e561976db
4 changed files with 52 additions and 17 deletions
|
@ -225,7 +225,7 @@ install_vamp() {
|
|||
$pybin -m pip install --user vamp
|
||||
|
||||
cd "$td"
|
||||
echo '#include <vamp-sdk/Plugin.h>' | gcc -x c -c -o /dev/null - || [ -e ~/pe/vamp-sdk ] || {
|
||||
echo '#include <vamp-sdk/Plugin.h>' | g++ -x c++ -c -o /dev/null - || [ -e ~/pe/vamp-sdk ] || {
|
||||
printf '\033[33mcould not find the vamp-sdk, building from source\033[0m\n'
|
||||
(dl_files yolo https://code.soundsoftware.ac.uk/attachments/download/2588/vamp-plugin-sdk-2.9.0.tar.gz)
|
||||
sha512sum -c <(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue