mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-07 11:29:56 -04:00
build: no need to build static libs for ubuntu
This commit is contained in:
parent
5f10791864
commit
3abd5a4261
@ -72,9 +72,10 @@ RUN apt install -y \
|
|||||||
libflac++-dev \
|
libflac++-dev \
|
||||||
nlohmann-json3-dev \
|
nlohmann-json3-dev \
|
||||||
python3-mistletoe
|
python3-mistletoe
|
||||||
COPY install-static-libs.sh /usr/local/bin/install-static-libs.sh
|
### XXX: no more static libs for Ubuntu
|
||||||
# TODO: gcc-14 cannot build the current version of libunwind
|
# COPY install-static-libs.sh /usr/local/bin/install-static-libs.sh
|
||||||
RUN bash /usr/local/bin/install-static-libs.sh gcc-13 clang-18 :ubuntu
|
# # TODO: gcc-14 cannot build the current version of libunwind
|
||||||
|
# RUN bash /usr/local/bin/install-static-libs.sh gcc-13 clang-18 :ubuntu
|
||||||
ARG ARCH
|
ARG ARCH
|
||||||
# upx-4.2.2 is broken for arm64 (https://github.com/upx/upx/issues/758)
|
# upx-4.2.2 is broken for arm64 (https://github.com/upx/upx/issues/758)
|
||||||
RUN wget -O - https://github.com/upx/upx/releases/download/v5.0.0/upx-5.0.0-$(bash -c "echo \${0//v8/}" $ARCH)_linux.tar.xz | tar -xJf - -C /usr/local/bin --strip-components=1 --wildcards "*/upx"
|
RUN wget -O - https://github.com/upx/upx/releases/download/v5.0.0/upx-5.0.0-$(bash -c "echo \${0//v8/}" $ARCH)_linux.tar.xz | tar -xJf - -C /usr/local/bin --strip-components=1 --wildcards "*/upx"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user