Skip to content

Commit 51b501d

Browse files
authored
Merge pull request opencontainers#1510 from crosbymichael/remove-shfmt
Remove shfmt
2 parents 3a5b963 + 5930d5b commit 51b501d

File tree

3 files changed

+0
-31
lines changed

3 files changed

+0
-31
lines changed

Dockerfile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,6 @@ RUN mkdir -p /usr/src/criu \
4747
&& make install-criu \
4848
&& rm -rf /usr/src/criu
4949

50-
# install shfmt
51-
RUN mkdir -p /go/src/github.com/mvdan \
52-
&& cd /go/src/github.com/mvdan \
53-
&& git clone https://github.com/mvdan/sh \
54-
&& cd sh \
55-
&& git checkout -f v0.4.0 \
56-
&& go install ./cmd/shfmt \
57-
&& rm -rf /go/src/github.com/mvdan
58-
5950
# setup a playground for us to spawn containers in
6051
ENV ROOTFS /busybox
6152
RUN mkdir -p ${ROOTFS} \

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ clean:
133133

134134
validate:
135135
script/validate-gofmt
136-
script/validate-shfmt
137136
go vet $(allpackages)
138137

139138
ci: validate localtest

script/validate-shfmt

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)