drop 4.10 and lower

This commit is contained in:
Robin Appelman 2025-05-02 20:57:37 +02:00
commit d77a5b9221
3 changed files with 1 additions and 28 deletions

View file

@ -27,15 +27,6 @@ jobs:
- 4.13.12
- 4.12.15
- 4.11.17
- 4.10.18
- 4.9.18
- 4.8.12
- 4.7.12
- 4.6.16
- 4.5.16
- 4.4.16
- 4.3.13
- 4.2.14
steps:
- uses: actions/checkout@v4

View file

@ -24,15 +24,6 @@ jobs:
- 4.13.12
- 4.12.15
- 4.11.17
- 4.10.18
- 4.9.18
- 4.8.12
- 4.7.12
- 4.6.16
- 4.5.16
- 4.4.16
- 4.3.13
- 4.2.14
steps:
- uses: actions/checkout@v4
@ -60,7 +51,7 @@ jobs:
cd samba-${{ matrix.pkgver }}
./configure --prefix=/usr --bundled-libraries=ALL --with-static-modules=ALL --nonshared-binary=client/smbclient \
--without-ad-dc --without-gettext --with-winbind --without-ads --disable-cups --without-ldap --without-libarchive --without-pam \
--with-configdir=/etc/samba --sysconfdir=/etc/samba --localstatedir=/var --enable-fhs
--with-configdir=/etc/samba --sysconfdir=/etc/samba --localstatedir=/var --enable-fhs --without-ldb-lmd
- name: Build
run: |
cd samba-${{ matrix.pkgver }}

View file

@ -32,12 +32,3 @@ The following versions of `smbclient` are currently build
- 4.14.9
- 4.13.12
- 4.11.17
- 4.10.18
- 4.9.18
- 4.8.12
- 4.7.12
- 4.6.16
- 4.5.16
- 4.4.16
- 4.3.13
- 4.2.14