Skip to content

Commit 0543668

Browse files
committed
remove broken debian-unstable
1 parent 7620be4 commit 0543668

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/build-distros.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ on:
1616
- ubuntu-26.04
1717
- ubuntu-24.04
1818
- ubuntu-22.04
19-
- debian-unstable
2019
- debian-testing
2120
- debian-stable
2221
- fedora-44
@@ -68,19 +67,6 @@ jobs:
6867
./configure --prefix=/usr/local --enable-shared --disable-static
6968
make -j"$(nproc)"
7069
make install
71-
- name: debian-unstable
72-
image: debian:unstable
73-
setup_script: |
74-
echo 'deb-src http://deb.debian.org/debian unstable main' >> /etc/apt/sources.list
75-
apt-get -qq update
76-
apt-get install -y $(apt-cache showsrc mlt | grep '^Build-Depends:' | sed 's/Build-Depends://; s/([^)]*)//g; s/\[[^]]*\]//g; s/,//g' | tr ' ' '\n' | grep -Ev 'libqt6core5compat6-dev|libqt6svg6-dev' | xargs)
77-
apt-get -yqq install autoconf automake git libtool pkg-config wget
78-
git clone --depth 1 --branch v0.2 https://github.com/xiph/rnnoise.git /tmp/rnnoise
79-
cd /tmp/rnnoise
80-
./autogen.sh
81-
./configure --prefix=/usr/local --enable-shared --disable-static
82-
make -j"$(nproc)"
83-
make install
8470
- name: debian-testing
8571
image: debian:testing
8672
setup_script: |

0 commit comments

Comments
 (0)