mirror of
https://codeberg.org/icewind/smbclient-builder.git
synced 2026-06-03 10:04:08 +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.13.12
|
||||||
- 4.12.15
|
- 4.12.15
|
||||||
- 4.11.17
|
- 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:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- 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.13.12
|
||||||
- 4.12.15
|
- 4.12.15
|
||||||
- 4.11.17
|
- 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:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
@ -60,7 +51,7 @@ jobs:
|
||||||
cd samba-${{ matrix.pkgver }}
|
cd samba-${{ matrix.pkgver }}
|
||||||
./configure --prefix=/usr --bundled-libraries=ALL --with-static-modules=ALL --nonshared-binary=client/smbclient \
|
./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 \
|
--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
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
cd samba-${{ matrix.pkgver }}
|
cd samba-${{ matrix.pkgver }}
|
||||||
|
|
|
||||||
|
|
@ -32,12 +32,3 @@ The following versions of `smbclient` are currently build
|
||||||
- 4.14.9
|
- 4.14.9
|
||||||
- 4.13.12
|
- 4.13.12
|
||||||
- 4.11.17
|
- 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
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue