You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ARG SWIFT_VERSION=latest
FROM swift:${SWIFT_VERSION}
LABEL maintainer "417-72KI <[email protected]>"ARG MINT_REVISION=master
ENV MINT_REVISION=${MINT_REVISION}
# Install MintRUN git clone -b "${MINT_REVISION}" --depth 1 "https://github.com/yonaskolb/Mint.git" ~/Mint && \
cd ~/Mint && \
swift run mint install yonaskolb/mint && \
cd && \
rm -rf ~/Mint
CMD [ "/bin/bash" ]
Error
/root/Mint/Sources/MintKit/ProcessInfoExtensions.swift:12:61: error: use of unresolved identifier '_SYS_NAMELEN'let data = Data(bytes: &sysinfo.machine, count: Int(_SYS_NAMELEN))
^~~~~~~~~~~~
Dockerfile
Error
It seems to be caused by #185.
The text was updated successfully, but these errors were encountered: