Skip to content

Commit

Permalink
Merge pull request #9 from antmicro/wsip/bump_verible
Browse files Browse the repository at this point in the history
Bump Verible version
  • Loading branch information
tgorochowik authored Sep 21, 2021
2 parents 5d47ed0 + 2d6ba84 commit c6eea69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get update -qq \
&& rm -rf /var/lib/apt/lists/*

RUN mkdir verible \
&& curl -fsSL https://github.com/chipsalliance/verible/releases/download/v0.0-1343-gee63d53/verible-v0.0-1343-gee63d53-Ubuntu-20.04-focal-x86_64.tar.gz | tar -zxvf - -C verible --strip-components=1 \
&& curl -fsSL https://github.com/chipsalliance/verible/releases/download/v0.0-1442-g27693bd/verible-v0.0-1442-g27693bd-Ubuntu-20.04-focal-x86_64.tar.gz | tar -zxvf - -C verible --strip-components=1 \
&& for i in ./verible/bin/*; do cp $i /bin/$(basename $i); done

ENV GOBIN=/opt/go/bin
Expand Down

0 comments on commit c6eea69

Please sign in to comment.