mirror of
https://codeberg.org/icewind/smbclient-builder.git
synced 2026-06-03 18:14:07 +02:00
drop 4.10 and lower
This commit is contained in:
parent
36e1ea7f5e
commit
d77a5b9221
3 changed files with 1 additions and 28 deletions
9
.github/workflows/ci.yaml
vendored
9
.github/workflows/ci.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
11
.github/workflows/release.yaml
vendored
11
.github/workflows/release.yaml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue