File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ build --incompatible_enable_cc_toolchain_resolution
20
20
21
21
# This lets us generate key/value pairs for the workspace which can be
22
22
# accessed like we do in util/BUILD
23
- build --workspace_status_command=util/get_workspace_status.sh
23
+ build
24
24
25
25
# This enables convenient building for opentitan targets with the argument
26
26
# --config=riscv32
Original file line number Diff line number Diff line change @@ -200,7 +200,6 @@ RUN BAZELISK_PATH="/usr/local/bin/bazelisk"; \
200
200
chmod +x ${BAZELISK_PATH} && \
201
201
ln -s ${BAZELISK_PATH} /usr/local/bin/bazel
202
202
203
-
204
203
RUN sudo apt-get install -y build-essential cmake git libjson-c-dev libwebsockets-dev && \
205
204
git clone https://github.com/tsl0922/ttyd.git && \
206
205
cd ttyd && mkdir build && cd build && \
You can’t perform that action at this time.
0 commit comments