Skip to content

Commit 4de57f2

Browse files
cagedmantisgopherbot
authored andcommitted
dashboard, env/linux-x86-bookworm: remove known issue tag
This removes the known issue tag for the linux-amd64-bookworm builder. It also removes the unused bootstrap version of Go from the container image. Fixes golang/go#60787 Change-Id: Ideafbdf400f45fd7dffc018a87a8b444c6cb1672 Reviewed-on: https://go-review.googlesource.com/c/build/+/506337 Run-TryBot: Carlos Amedee <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Carlos Amedee <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 703fd1f commit 4de57f2

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

dashboard/builders.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1886,7 +1886,6 @@ func init() {
18861886
env: []string{
18871887
"GO_DISABLE_OUTBOUND_NETWORK=1",
18881888
},
1889-
KnownIssues: []int{60787},
18901889
})
18911890
addBuilder(BuildConfig{
18921891
Name: "linux-amd64-bullseye",

env/linux-x86-bookworm/Dockerfile

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -60,20 +60,6 @@ RUN apt-get update && apt-get install -y \
6060
swig \
6161
&& rm -rf /var/lib/apt/lists/*
6262

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-
7763
COPY --from=stage0 /go/bin/stage0 /usr/local/bin/stage0
7864

7965
CMD ["/usr/local/bin/stage0"]

0 commit comments

Comments
 (0)