Skip to content

Commit b26ff08

Browse files
committed
Integrate uffizzi
1 parent 6a60a44 commit b26ff08

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.bazelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ build --incompatible_enable_cc_toolchain_resolution
2020

2121
# This lets us generate key/value pairs for the workspace which can be
2222
# accessed like we do in util/BUILD
23-
build --workspace_status_command=util/get_workspace_status.sh
23+
build
2424

2525
# This enables convenient building for opentitan targets with the argument
2626
# --config=riscv32

util/container/Dockerfile.uffizzi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ RUN BAZELISK_PATH="/usr/local/bin/bazelisk"; \
200200
chmod +x ${BAZELISK_PATH} && \
201201
ln -s ${BAZELISK_PATH} /usr/local/bin/bazel
202202

203-
204203
RUN sudo apt-get install -y build-essential cmake git libjson-c-dev libwebsockets-dev && \
205204
git clone https://github.com/tsl0922/ttyd.git && \
206205
cd ttyd && mkdir build && cd build && \

0 commit comments

Comments
 (0)