Use llvm instead llvm15 for Fedora

This commit is contained in:
su-ex 2023-04-25 23:53:41 +02:00
parent be44d4a1a6
commit 0ba494e955
No known key found for this signature in database
GPG Key ID: AAAB13EB0F86EE71

View File

@ -1,6 +1,6 @@
FROM fedora:latest FROM fedora:latest
RUN dnf install -y openssl openssl-devel rust cargo llvm15 libsecret libsecret-devel g++ ruby-devel gcc make rpm-build libffi-devel tcl libxcrypt-compat RUN dnf install -y openssl openssl-devel rust cargo llvm libsecret libsecret-devel g++ ruby-devel gcc make rpm-build libffi-devel tcl libxcrypt-compat
# node setup # node setup
ARG NODE_VERSION ARG NODE_VERSION
@ -17,4 +17,4 @@ COPY . /project
WORKDIR /project WORKDIR /project
# There might be remnants of the host which break the build # There might be remnants of the host which break the build
RUN make fixup RUN make fixup