Skip to content

Commit 4597c75

Browse files
committed
langutils: modify verible installation to fix random issues
1 parent 75e19f1 commit 4597c75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipes/langutils

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ RUN git clone --depth 1 https://github.com/zachjs/sv2v.git \
6363
#
6464

6565
RUN git clone --depth 1 https://github.com/chipsalliance/verible.git \
66-
&& cd verible && bazel build -c opt //... \
67-
&& bazel run -c opt :install -- /usr/local/bin
66+
&& cd verible && bazel build -c opt :install-binaries \
67+
&& .github/bin/simple-install.sh /usr/local/bin
6868

6969
#
7070
# Clean-up

0 commit comments

Comments
 (0)