mirror of
https://github.com/tstack/lnav
synced 2024-11-17 15:29:40 +00:00
[build] Update readline version.
This commit is contained in:
parent
ed72362b50
commit
0ece2e4ac6
2
.github/actions/muslbuilder/Dockerfile
vendored
2
.github/actions/muslbuilder/Dockerfile
vendored
@ -91,7 +91,7 @@ RUN curl -sSL https://www.libarchive.org/downloads/libarchive-3.6.2.tar.gz | tar
|
||||
make install && \
|
||||
cd /extract && rm -rf *
|
||||
|
||||
RUN curl -sSL https://ftp.gnu.org/gnu/readline/readline-6.3.tar.gz | tar xvzC /extract/ && \
|
||||
RUN curl -sSL https://ftp.gnu.org/gnu/readline/readline-8.2.tar.gz | tar xvzC /extract/ && \
|
||||
cd /extract/readline-* && \
|
||||
./configure --prefix=/fake.root --disable-shared && \
|
||||
make -j2 && \
|
||||
|
Loading…
Reference in New Issue
Block a user