CI: Remove ALSA and pulse dependencies, we do not ship standalones
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
701ceff59d
commit
3a4d336c1e
2 changed files with 10 additions and 10 deletions
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
|
|
@ -27,7 +27,7 @@ jobs:
|
||||||
echo "deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports focal-updates main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list.d/ports-arm64.list
|
echo "deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports focal-updates main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list.d/ports-arm64.list
|
||||||
echo "deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports focal-backports main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list.d/ports-arm64.list
|
echo "deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports focal-backports main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list.d/ports-arm64.list
|
||||||
sudo apt-get update -qq
|
sudo apt-get update -qq
|
||||||
sudo apt-get install -y g++-aarch64-linux-gnu libasound2-dev:arm64 libgl1-mesa-dev:arm64 liblo-dev:arm64 libpulse-dev:arm64 libx11-dev:arm64 libxcursor-dev:arm64 libxext-dev:arm64 libxrandr-dev:arm64 qemu-user-static
|
sudo apt-get install -y g++-aarch64-linux-gnu libgl1-mesa-dev:arm64 liblo-dev:arm64 libx11-dev:arm64 libxcursor-dev:arm64 libxext-dev:arm64 libxrandr-dev:arm64 qemu-user-static
|
||||||
- name: Build linux arm64 cross-compiled
|
- name: Build linux arm64 cross-compiled
|
||||||
env:
|
env:
|
||||||
CC: aarch64-linux-gnu-gcc
|
CC: aarch64-linux-gnu-gcc
|
||||||
|
|
@ -63,7 +63,7 @@ jobs:
|
||||||
echo "deb [arch=armhf] http://ports.ubuntu.com/ubuntu-ports focal-updates main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list.d/ports-armhf.list
|
echo "deb [arch=armhf] http://ports.ubuntu.com/ubuntu-ports focal-updates main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list.d/ports-armhf.list
|
||||||
echo "deb [arch=armhf] http://ports.ubuntu.com/ubuntu-ports focal-backports main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list.d/ports-armhf.list
|
echo "deb [arch=armhf] http://ports.ubuntu.com/ubuntu-ports focal-backports main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list.d/ports-armhf.list
|
||||||
sudo apt-get update -qq
|
sudo apt-get update -qq
|
||||||
sudo apt-get install -y g++-arm-linux-gnueabihf libasound2-dev:armhf libgl1-mesa-dev:armhf liblo-dev:armhf libpulse-dev:armhf libx11-dev:armhf libxcursor-dev:armhf libxext-dev:armhf libxrandr-dev:armhf qemu-user-static
|
sudo apt-get install -y g++-arm-linux-gnueabihf libgl1-mesa-dev:armhf liblo-dev:armhf libx11-dev:armhf libxcursor-dev:armhf libxext-dev:armhf libxrandr-dev:armhf qemu-user-static
|
||||||
- name: Build linux armhf cross-compiled
|
- name: Build linux armhf cross-compiled
|
||||||
env:
|
env:
|
||||||
CC: arm-linux-gnueabihf-gcc
|
CC: arm-linux-gnueabihf-gcc
|
||||||
|
|
@ -95,7 +95,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sudo dpkg --add-architecture i386
|
sudo dpkg --add-architecture i386
|
||||||
sudo apt-get update -qq
|
sudo apt-get update -qq
|
||||||
sudo apt-get install -y g++-i686-linux-gnu libasound2-dev:i386 libgl1-mesa-dev:i386 liblo-dev:i386 libpulse-dev:i386 libx11-dev:i386 libxcursor-dev:i386 libxext-dev:i386 libxrandr-dev:i386
|
sudo apt-get install -y g++-i686-linux-gnu libgl1-mesa-dev:i386 liblo-dev:i386 libx11-dev:i386 libxcursor-dev:i386 libxext-dev:i386 libxrandr-dev:i386
|
||||||
- name: Build linux x86
|
- name: Build linux x86
|
||||||
env:
|
env:
|
||||||
CC: i686-linux-gnu-gcc
|
CC: i686-linux-gnu-gcc
|
||||||
|
|
@ -128,7 +128,7 @@ jobs:
|
||||||
- name: Set up dependencies
|
- name: Set up dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update -qq
|
sudo apt-get update -qq
|
||||||
sudo apt-get install -yqq libasound2-dev libgl1-mesa-dev liblo-dev libpulse-dev libx11-dev libxcursor-dev libxext-dev libxrandr-dev
|
sudo apt-get install -yqq libgl1-mesa-dev liblo-dev libx11-dev libxcursor-dev libxext-dev libxrandr-dev
|
||||||
- name: Build linux x86_64
|
- name: Build linux x86_64
|
||||||
env:
|
env:
|
||||||
LDFLAGS: -static-libgcc -static-libstdc++
|
LDFLAGS: -static-libgcc -static-libstdc++
|
||||||
|
|
@ -156,7 +156,7 @@ jobs:
|
||||||
- name: Set up dependencies
|
- name: Set up dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update -qq
|
sudo apt-get update -qq
|
||||||
sudo apt-get install -yqq libasound2-dev libgl1-mesa-dev liblo-dev libpulse-dev libx11-dev libxcursor-dev libxext-dev libxrandr-dev
|
sudo apt-get install -yqq libgl1-mesa-dev liblo-dev libx11-dev libxcursor-dev libxext-dev libxrandr-dev
|
||||||
- name: Build linux x86_64 (debug)
|
- name: Build linux x86_64 (debug)
|
||||||
env:
|
env:
|
||||||
LDFLAGS: -static-libgcc -static-libstdc++
|
LDFLAGS: -static-libgcc -static-libstdc++
|
||||||
|
|
@ -184,7 +184,7 @@ jobs:
|
||||||
- name: Set up dependencies
|
- name: Set up dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update -qq
|
sudo apt-get update -qq
|
||||||
sudo apt-get install -yqq libasound2-dev libgl1-mesa-dev liblo-dev libpulse-dev libx11-dev libxcursor-dev libxext-dev libxrandr-dev
|
sudo apt-get install -yqq libgl1-mesa-dev liblo-dev libx11-dev libxcursor-dev libxext-dev libxrandr-dev
|
||||||
- name: Build linux x86_64 (headless)
|
- name: Build linux x86_64 (headless)
|
||||||
run: |
|
run: |
|
||||||
make features
|
make features
|
||||||
|
|
@ -199,7 +199,7 @@ jobs:
|
||||||
- name: Set up dependencies
|
- name: Set up dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update -qq
|
sudo apt-get update -qq
|
||||||
sudo apt-get install -yqq libasound2-dev libgl1-mesa-dev liblo-dev libpulse-dev libx11-dev libxcursor-dev libxext-dev libxrandr-dev libarchive-dev libjansson-dev libsamplerate0-dev libspeexdsp-dev
|
sudo apt-get install -yqq libgl1-mesa-dev liblo-dev libx11-dev libxcursor-dev libxext-dev libxrandr-dev libarchive-dev libjansson-dev libsamplerate0-dev libspeexdsp-dev
|
||||||
- name: Build linux x86_64 (sysdeps)
|
- name: Build linux x86_64 (sysdeps)
|
||||||
run: |
|
run: |
|
||||||
make features
|
make features
|
||||||
|
|
@ -315,7 +315,7 @@ jobs:
|
||||||
sudo dpkg -i kxstudio-repos_10.0.3_all.deb
|
sudo dpkg -i kxstudio-repos_10.0.3_all.deb
|
||||||
sudo apt-get update -qq
|
sudo apt-get update -qq
|
||||||
# build-deps
|
# build-deps
|
||||||
sudo apt-get install -yqq libasound2-dev libgl1-mesa-dev liblo-dev libpulse-dev libx11-dev libxcursor-dev libxext-dev libxrandr-dev
|
sudo apt-get install -yqq libgl1-mesa-dev liblo-dev libx11-dev libxcursor-dev libxext-dev libxrandr-dev
|
||||||
# runtime testing
|
# runtime testing
|
||||||
sudo apt-get install -yqq carla-git lilv-utils lv2-dev lv2lint valgrind
|
sudo apt-get install -yqq carla-git lilv-utils lv2-dev lv2lint valgrind
|
||||||
- name: Build plugins
|
- name: Build plugins
|
||||||
|
|
|
||||||
|
|
@ -22,8 +22,8 @@ Bellow follows a list of all code licenses used in Cardinal and linked submodule
|
||||||
| Befaco | GPL-3.0-or-later | |
|
| Befaco | GPL-3.0-or-later | |
|
||||||
| Bidoo | GPL-3.0-only | GPLv3+ change request https://github.com/sebastien-bouffier/Bidoo/issues/186 |
|
| Bidoo | GPL-3.0-only | GPLv3+ change request https://github.com/sebastien-bouffier/Bidoo/issues/186 |
|
||||||
| Bogaudio | GPL-3.0-or-later | |
|
| Bogaudio | GPL-3.0-or-later | |
|
||||||
| Cardinal | GPL-3.0-or-later | |
|
| Cardinal | GPL-3.0-or-later | Internal Cardinal-only modules |
|
||||||
| cf | BSD-3-Clause | Internal Cardinal-only modules |
|
| cf | BSD-3-Clause | |
|
||||||
| DrumKit | CC0-1.0 | |
|
| DrumKit | CC0-1.0 | |
|
||||||
| E-Series | GPL-3.0-or-later | |
|
| E-Series | GPL-3.0-or-later | |
|
||||||
| Fundamental | GPL-3.0-or-later | |
|
| Fundamental | GPL-3.0-or-later | |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue