Skip to content

Commit bb3bfd2

Browse files
committed
env/linux-arm64-bullseye: add GPG agent to the image
This change adds gpg-agent to the image used for linux-arm64-longtest. TestScript/version_buildvcs_git_gpg is failing because it is missing. This also adds gpg-agent and triggers a rebuild of the linux-x86-bullseye image. Upates golang/go#49649 Change-Id: I8adac58f21beeb7a1403d8d672b5a7409fd14f74 Reviewed-on: https://go-review.googlesource.com/c/build/+/453656 Reviewed-by: Carlos Amedee <[email protected]> Run-TryBot: Carlos Amedee <[email protected]> Reviewed-by: Bryan Mills <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
1 parent 4f529e2 commit bb3bfd2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

env/linux-arm64-bullseye/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ RUN apt-get update && apt-get install -y \
3939
gfortran \
4040
git \
4141
gpg \
42+
gpg-agent \
4243
iptables \
4344
libc6-dev \
4445
libgles2-mesa-dev \

env/linux-x86-bullseye/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ RUN apt-get update && apt-get install -y \
4545
gfortran-multilib \
4646
git \
4747
gpg \
48+
gpg-agent \
4849
iptables \
4950
libc6-dev \
5051
libc6-dev-i386 \

0 commit comments

Comments
 (0)