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 75e19f1 commit 4597c75Copy full SHA for 4597c75
recipes/langutils
@@ -63,8 +63,8 @@ RUN git clone --depth 1 https://github.com/zachjs/sv2v.git \
63
#
64
65
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
+ && cd verible && bazel build -c opt :install-binaries \
+ && .github/bin/simple-install.sh /usr/local/bin
68
69
70
# Clean-up
0 commit comments