From bdb1f46c7769e1b4889f6e5d7b6b90635ebf9571 Mon Sep 17 00:00:00 2001 From: LDA Date: Sun, 15 Sep 2024 13:40:08 +0200 Subject: [PATCH] [CI] Use custom configure --- .forgejo/workflows/build-release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.forgejo/workflows/build-release.yaml b/.forgejo/workflows/build-release.yaml index c48afc4..f8dfa02 100644 --- a/.forgejo/workflows/build-release.yaml +++ b/.forgejo/workflows/build-release.yaml @@ -49,6 +49,9 @@ jobs: alias musl-gcc="musl-gcc -Wl,-Bstatic -L ${PREFIX}/lib" cd repos/cyto git fetch + rm configure + wget https://git.kappach.at/configure + chmod +x configure ./configure --cc=musl-gcc --prefix=${PREFIX} --with-lmdb --with-mbed make -j$(nproc) make install