Skip to content

Commit

Permalink
env/linux-arm64-bullseye: remove gpg from container images
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
cagedmantis committed Dec 8, 2022
1 parent 7fadfb8 commit 0b4ed24
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions env/linux-arm64-bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ ENV DEBIAN_FRONTEND noninteractive
# gdb: optionally used by runtime tests for gdb
# gfortran: for compiling cgo with fortran support (multilib for 386)
# git: git VCS supported by cmd/go
# gpg: the presence of a gpg binary can influence git behavior for cmd/go tests
# libc6-dev: for building Go's bootstrap 'dist' prog
# libgles2-mesa-dev: required by x/mobile repo
# libopenal-dev: required by x/mobile repo
Expand All @@ -38,8 +37,6 @@ RUN apt-get update && apt-get install -y \
gdb \
gfortran \
git \
gpg \
gpg-agent \
iptables \
libc6-dev \
libgles2-mesa-dev \
Expand Down
3 changes: 0 additions & 3 deletions env/linux-x86-bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ ENV DEBIAN_FRONTEND noninteractive
# gdb: optionally used by runtime tests for gdb
# gfortran: for compiling cgo with fortran support (multilib for 386)
# git: git VCS supported by cmd/go
# gpg: the presence of a gpg binary can influence git behavior for cmd/go tests
# libc6-dev-i386: for 32-bit builds
# libc6-dev: for building Go's bootstrap 'dist' prog
# libgles2-mesa-dev: required by x/mobile repo
Expand All @@ -44,8 +43,6 @@ RUN apt-get update && apt-get install -y \
gfortran \
gfortran-multilib \
git \
gpg \
gpg-agent \
iptables \
libc6-dev \
libc6-dev-i386 \
Expand Down

0 comments on commit 0b4ed24

Please sign in to comment.