Skip to content

Commit e38e714

Browse files
committed
langutils: temporarily removed verible which is experimenting an issue with Bazel
1 parent 167a002 commit e38e714

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

recipes/langutils

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ RUN git clone --depth 1 https://github.com/zachjs/sv2v.git \
6767
# Verible
6868
#
6969

70-
RUN git clone --depth 1 https://github.com/chipsalliance/verible.git \
71-
&& cd verible && bazel build -c opt //... \
72-
&& bazel run -c opt :install -- /usr/local/bin
70+
# RUN git clone --depth 1 https://github.com/chipsalliance/verible.git \
71+
# && cd verible && bazel build -c opt //... \
72+
# && bazel run -c opt :install -- /usr/local/bin
7373

7474
#
7575
# Clean-up

tests/langutils.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ $DOCKER vhd2vl --version
1010
$DOCKER slang --version
1111
$DOCKER surelog --version
1212
$DOCKER sv2v --version
13-
$DOCKER verible-verilog-syntax --version
13+
# $DOCKER verible-verilog-syntax --version
1414

1515
$DOCKER vhd2vl --quiet hdl/counter.vhdl results/vhd2vl.v
1616
$DOCKER slang hdl/counter.sv --lint-only
1717
$DOCKER surelog -parse hdl/counter.sv
1818
$DOCKER sv2v hdl/counter.sv --write=results/sv2v.v
19-
$DOCKER verible-verilog-lint hdl/counter.sv
19+
# $DOCKER verible-verilog-lint hdl/counter.sv
2020

2121
rm -fr slpp_all

0 commit comments

Comments
 (0)