Skip to content

Commit

Permalink
ansible: upgrade armv7l containers to Debian 11 (#3582)
Browse files Browse the repository at this point in the history
Refs: #3499
  • Loading branch information
targos committed Dec 7, 2023
1 parent c939177 commit f4ee98f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm32v7/debian:10
FROM arm32v7/debian:11

ENV LC_ALL C
ENV USER {{ server_user }}
Expand All @@ -16,11 +16,11 @@ ENV ARCH {{ arch }}
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get dist-upgrade -y && apt-get install -y ccache \
curl \
g++-8 \
gcc-8 \
g++-10 \
gcc-10 \
git \
libfontconfig1 \
openjdk-11-jre-headless \
openjdk-17-jre-headless \
pkg-config \
procps \
python3-pip \
Expand Down
1 change: 0 additions & 1 deletion jenkins/scripts/VersionSelectorScript.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def buildExclusions = [
[ /^centos7-ppcle/, anyType, gte(18) ],

// ARM --------------------------------------------------
[ /^debian10-armv7l$/, anyType, gte(20) ], // gcc 10 requires newer libstdc++
[ /^cross-compiler-ubuntu1604-armv[67]-gcc-4.9/, anyType, gte(16) ],
[ /^cross-compiler-ubuntu1604-armv[67]-gcc-6/, anyType, gte(16) ],
[ /^cross-compiler-ubuntu1804-armv7-gcc-6/, anyType, gte(16) ],
Expand Down

0 comments on commit f4ee98f

Please sign in to comment.