Skip to content

Commit c22a330

Browse files
committed
Test without SAIL
1 parent a42ebdb commit c22a330

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

containers/labs344/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ RUN git clone https://github.com/openhwgroup/cvw && \
4747
bash -c ". $WALLY/bin/installation/elf2hex-install.sh" && \
4848
bash -c ". $WALLY/bin/installation/qemu-install.sh" && \
4949
bash -c ". $WALLY/bin/installation/spike-install.sh" && \
50-
bash -c ". $WALLY/bin/installation/sail-install.sh" && \
51-
bash -c ". $WALLY/bin/installation/verilator-install" && \
50+
# bash -c ". $WALLY/bin/installation/sail-install.sh" && \
51+
bash -c ". $WALLY/bin/installation/verilator-install.sh" && \
5252
cd .. && rm -rf cvw
5353

5454
FROM ${LABS344_BUILDER_IMAGE} AS labs344-devel

0 commit comments

Comments
 (0)