From 4597c75c8385a6f80e2bab1de4bd874d5ad2ac8f Mon Sep 17 00:00:00 2001 From: "Rodrigo A. Melo" Date: Wed, 8 Jan 2025 20:50:52 -0300 Subject: [PATCH] langutils: modify verible installation to fix random issues --- recipes/langutils | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/langutils b/recipes/langutils index d8e1fb6..1e13c63 100644 --- a/recipes/langutils +++ b/recipes/langutils @@ -63,8 +63,8 @@ RUN git clone --depth 1 https://github.com/zachjs/sv2v.git \ # RUN git clone --depth 1 https://github.com/chipsalliance/verible.git \ - && cd verible && bazel build -c opt //... \ - && bazel run -c opt :install -- /usr/local/bin + && cd verible && bazel build -c opt :install-binaries \ + && .github/bin/simple-install.sh /usr/local/bin # # Clean-up