mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 15:05:11 +00:00
[CI] Use custom configure
This commit is contained in:
parent
613822e40c
commit
bdb1f46c77
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue