We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e603c commit fbdb85aCopy full SHA for fbdb85a
Dockerfile
@@ -4,14 +4,12 @@ RUN DEBIAN_FRONTEND=noninteractive \
4
/build/install_dependencies_ubuntu.sh
5
ADD . /build/
6
RUN make -C /build -j2 GHCJOBS=2 GHCRTSFLAGS='+RTS -M5G -A128m -RTS'
7
-RUN make -C /build check
8
9
FROM ubuntu:18.04
10
RUN apt-get update \
11
&& DEBIAN_FRONTEND=noninteractive \
12
apt-get install -y \
13
- build-essential iverilog \
14
- $(apt-cache search -n '^(tk-)?itk[0-9]-dev' | cut -f1 -d' ' | sort | tail -1) \
+ build-essential tcl iverilog \
15
&& rm -rf /var/lib/apt/lists/*
16
COPY --from=build /build/inst /opt/bluespec/
17
ENV PATH /opt/bluespec/bin:$PATH
0 commit comments