]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
Fix CI after removal of autotools
authorBaptiste Daroussin <bapt@FreeBSD.org>
Thu, 23 Apr 2026 07:46:34 +0000 (09:46 +0200)
committerBaptiste Daroussin <bapt@FreeBSD.org>
Thu, 23 Apr 2026 07:46:34 +0000 (09:46 +0200)
.builds/alpine.yml
.builds/debian-unstable.yml
.builds/debian.yml
.builds/freebsd.yml

index ae69e2aeab81965af5b8f323163a376039471179..e3720c3a4419c86df038eb5ed88c3d47e6c4f4ca 100644 (file)
@@ -2,19 +2,15 @@ image: alpine/latest
 packages:
   - musl-dev
   - gcc
-  - autoconf
-  - automake
   - make
   - pkgconf
   - kyua
-  - m4
   - atf-dev
 sources:
   - https://codeberg.org/mlmmj/mlmmj
 tasks:
   - configure: |
       cd mlmmj
-      autoreconf -if
       ./configure
   - build: |
       cd mlmmj
index 35810de11ad904a7fd6f6a9cde288a0fad454895..db8e0d29ca694f97e8455b6d3365d4227dab9c19 100644 (file)
@@ -4,16 +4,12 @@ packages:
   - kyua
   - atf-sh
   - libatf-dev
-  - autotools-dev
   - pkg-config
-  - autoconf
-  - automake
 sources:
   - https://codeberg.org/mlmmj/mlmmj
 tasks:
   - configure: |
       cd mlmmj
-      autoreconf -if
       ./configure
   - build: |
       cd mlmmj
index c80f61d0d166c312bf074bb51db2a26dead7e775..7fefbf703f6b055926395cc438440d074161f13f 100644 (file)
@@ -4,16 +4,12 @@ packages:
   - kyua
   - atf-sh
   - libatf-dev
-  - autotools-dev
   - pkg-config
-  - autoconf
-  - automake
 sources:
   - https://codeberg.org/mlmmj/mlmmj
 tasks:
   - configure: |
       cd mlmmj
-      autoreconf -if
       ./configure
   - build: |
       cd mlmmj
index 1091b46b758abf6d0374bc147f4d7cacb1ac41a2..013752bfce5f8648ee4d423d891b3199f456bf34 100644 (file)
@@ -1,9 +1,6 @@
 image: freebsd/latest
 packages:
   - kyua
-  - autoconf-switch
-  - autoconf
-  - automake
   - atf
   - pkgconf
 sources:
@@ -11,7 +8,6 @@ sources:
 tasks:
   - configure: |
       cd mlmmj
-      autoreconf -fi
       ./configure
   - build: |
       cd mlmmj