1
1
mirror of https://github.com/tstack/lnav.git synced 2024-09-11 21:07:39 +03:00

[circle] sigh.....

This commit is contained in:
Tim Stack 2024-04-01 09:49:23 -07:00
parent 125101e94b
commit d2cc4164b9

View File

@ -13,7 +13,7 @@ jobs:
- run: brew install pcre2 sqlite ncurses xz zstd readline libarchive curl autoconf automake
- run: ./autogen.sh
- run: >-
./configure --enable-static \
./configure \
--with-libcurl=/usr \
--with-pcre2=$(brew --prefix pcre2) \
--with-sqlite3=$(brew --prefix sqlite3) \
@ -22,7 +22,7 @@ jobs:
"LDFLAGS=-L$(brew --prefix ncurses)/lib -L$(brew --prefix xz)/lib -L$(brew --prefix lz4)/lib -L$(brew --prefix zstd)/lib/" \
--with-readline=$(brew --prefix readline) \
--with-libarchive=$(brew --prefix libarchive) \
"LIBS=-llzma -lzstd -liconv -llz4" || cat config.log
|| cat config.log
- run: make -j2
workflows:
build-and-test: