1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 15:19:44 +02:00

Disable Vamp plugins on Alpine CI

The dependency vamp-sdk is not stable and so we must disable support for now

Signed-off-by: Emily Mabrey <emilymabrey93@gmail.com>
This commit is contained in:
Emily Mabrey 2021-09-02 08:01:57 -04:00 committed by Emily Mabrey
parent 4b575a031f
commit 0e6dcf64e3
No known key found for this signature in database
GPG Key ID: 6F4EF47256A1B7DC

View File

@ -31,5 +31,5 @@ tasks:
../configure --with-gtk --disable-xlocale
make -j2
sudo make install
- configure: cmake -G Ninja -S tenacity -B build
- configure: cmake -G Ninja -S tenacity -B build -D USE_VAMP=OFF
- build: cmake --build build