代码拉取完成,页面将自动刷新
FROM runtimeverificationinc/kframework:ubuntu-bionic
#####################
# Install packages. #
#####################
RUN apt-get update -q \
&& apt install --yes \
libstdc++6 \
llvm-6.0 \
clang++-6.0 \
clang-6.0
# This user is set up in the runtimeverificationinc/kframework:* images.
USER user:user
##################
# Perl packages. #
##################
COPY --from=runtimeverificationinc/perl:ubuntu-bionic \
--chown=user:user \
/home/user/perl5 \
/home/user/perl5
###################
# Configure opam. #
###################
COPY --from=runtimeverificationinc/ocaml:ubuntu-bionic \
--chown=user:user \
/home/user/.opam \
/home/user/.opam
# This is where the rest of the dependencies go.
ENV DEPS_DIR="/home/user/c-semantics-deps"
############
# Build K. #
############
COPY --chown=user:user ./.build/k/ ${DEPS_DIR}/k
RUN cd ${DEPS_DIR}/k \
&& mvn package -q -U \
-DskipTests -DskipKTest \
-Dhaskell.backend.skip -Dllvm.backend.skip \
-Dcheckstyle.skip
ENV K_BIN="${DEPS_DIR}/k/k-distribution/target/release/k/bin"
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。