Skip to content

Commit

Permalink
Merge pull request #40 from stephengtuggy/retire-stretch
Browse files Browse the repository at this point in the history
bootstrap, *.yml: Retire Debian "stretch"
  • Loading branch information
stephengtuggy authored May 14, 2023
2 parents 084cdcb + 3aafdd0 commit 70e7d79
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 32 deletions.
1 change: 0 additions & 1 deletion .github/workflows/Anchore-Container-Scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
- FROM: 'debian:bookworm'
- FROM: 'debian:bullseye'
- FROM: 'debian:buster'
- FROM: 'debian:stretch'
- FROM: 'opensuse/leap'
- FROM: 'opensuse/leap:15.4'
- FROM: 'opensuse/leap:15.3'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/gh-actions-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- FROM: 'debian:bookworm'
- FROM: 'debian:bullseye'
- FROM: 'debian:buster'
- FROM: 'debian:stretch'
- FROM: 'opensuse/leap'
- FROM: 'opensuse/leap:15.4'
- FROM: 'opensuse/leap:15.3'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/gh-actions-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
- FROM: 'debian:bookworm'
- FROM: 'debian:bullseye'
- FROM: 'debian:buster'
- FROM: 'debian:stretch'
- FROM: 'opensuse/leap'
- FROM: 'opensuse/leap:15.4'
- FROM: 'opensuse/leap:15.3'
Expand Down
32 changes: 3 additions & 29 deletions script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
set -e

echo "------------------------------"
echo "--- bootstrap | 2023-03-05 ---"
echo "--- bootstrap | 2023-05-14 ---"
echo "------------------------------"

UPDATE_ALL_SYSTEM_PACKAGES="$1"
Expand Down Expand Up @@ -154,34 +154,8 @@ function bootstrapOnDebian()
apt-get -qy install cmake -t buster-backports
;;
"stretch")
apt-get -qy install \
git \
build-essential \
automake \
autoconf \
libpng16-16 \
libpng-dev \
libpng-tools \
libjpeg62-turbo-dev \
libexpat1-dev \
libgtk-3-dev \
libopenal-dev \
libogg-dev \
libvorbis-dev \
libgl1-mesa-dev \
libsdl1.2-dev \
libpostproc-dev \
freeglut3-dev \
libboost-python-dev \
libboost-log-dev \
libboost-regex-dev \
libboost-program-options-dev \
libxmu-dev \
clang \
lsb-release \
python3-pip
python3 -m pip install --upgrade-strategy eager --upgrade pip
python3 -m pip install --upgrade-strategy eager cmake
echo "Sorry, Debian stretch is no longer supported"
exit 2
;;
*)
echo "Sorry, this version of Debian is unsupported"
Expand Down

0 comments on commit 70e7d79

Please sign in to comment.