Skip to content

Commit 0b4ed24

Browse files
committed
env/linux-arm64-bullseye: remove gpg from container images
The tests which require gpg and gpg-agent have been removed. This change removes them from the container images. For golang/go#57034 Change-Id: Id33dbc9881bb9a688955612a66f1f549822f3866 Reviewed-on: https://go-review.googlesource.com/c/build/+/455860 Reviewed-by: Bryan Mills <[email protected]> Reviewed-by: Cherry Mui <[email protected]> Run-TryBot: Carlos Amedee <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 7fadfb8 commit 0b4ed24

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

env/linux-arm64-bullseye/Dockerfile

-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ ENV DEBIAN_FRONTEND noninteractive
1414
# gdb: optionally used by runtime tests for gdb
1515
# gfortran: for compiling cgo with fortran support (multilib for 386)
1616
# git: git VCS supported by cmd/go
17-
# gpg: the presence of a gpg binary can influence git behavior for cmd/go tests
1817
# libc6-dev: for building Go's bootstrap 'dist' prog
1918
# libgles2-mesa-dev: required by x/mobile repo
2019
# libopenal-dev: required by x/mobile repo
@@ -38,8 +37,6 @@ RUN apt-get update && apt-get install -y \
3837
gdb \
3938
gfortran \
4039
git \
41-
gpg \
42-
gpg-agent \
4340
iptables \
4441
libc6-dev \
4542
libgles2-mesa-dev \

env/linux-x86-bullseye/Dockerfile

-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ ENV DEBIAN_FRONTEND noninteractive
1717
# gdb: optionally used by runtime tests for gdb
1818
# gfortran: for compiling cgo with fortran support (multilib for 386)
1919
# git: git VCS supported by cmd/go
20-
# gpg: the presence of a gpg binary can influence git behavior for cmd/go tests
2120
# libc6-dev-i386: for 32-bit builds
2221
# libc6-dev: for building Go's bootstrap 'dist' prog
2322
# libgles2-mesa-dev: required by x/mobile repo
@@ -44,8 +43,6 @@ RUN apt-get update && apt-get install -y \
4443
gfortran \
4544
gfortran-multilib \
4645
git \
47-
gpg \
48-
gpg-agent \
4946
iptables \
5047
libc6-dev \
5148
libc6-dev-i386 \

0 commit comments

Comments
 (0)