File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -1886,7 +1886,6 @@ func init() {
1886
1886
env : []string {
1887
1887
"GO_DISABLE_OUTBOUND_NETWORK=1" ,
1888
1888
},
1889
- KnownIssues : []int {60787 },
1890
1889
})
1891
1890
addBuilder (BuildConfig {
1892
1891
Name : "linux-amd64-bullseye" ,
Original file line number Diff line number Diff line change @@ -60,20 +60,6 @@ RUN apt-get update && apt-get install -y \
60
60
swig \
61
61
&& rm -rf /var/lib/apt/lists/*
62
62
63
- RUN mkdir -p /go1.4-amd64 \
64
- && ( \
65
- curl --silent https://storage.googleapis.com/golang/go1.4.linux-amd64.tar.gz | tar -C /go1.4-amd64 -zxv \
66
- ) \
67
- && mv /go1.4-amd64/go /go1.4 \
68
- && rm -rf /go1.4-amd64 \
69
- && rm -rf /go1.4/pkg/linux_amd64_race \
70
- /go1.4/api \
71
- /go1.4/blog \
72
- /go1.4/doc \
73
- /go1.4/misc \
74
- /go1.4/test \
75
- && find /go1.4 -type d -name testdata | xargs rm -rf
76
-
77
63
COPY --from=stage0 /go/bin/stage0 /usr/local/bin/stage0
78
64
79
65
CMD ["/usr/local/bin/stage0" ]
You can’t perform that action at this time.
0 commit comments