Skip to content

Commit

Permalink
Merge pull request #41 from ondrejkajinek/remove-impish-hirsute
Browse files Browse the repository at this point in the history
Remove ubuntu impish and hirsute build images
  • Loading branch information
stephengtuggy authored May 21, 2023
2 parents 70e7d79 + a4fee5f commit 80c6b4c
Showing 1 changed file with 8 additions and 63 deletions.
71 changes: 8 additions & 63 deletions script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -238,69 +238,6 @@ function bootstrapOnUbuntu()
clang \
lsb-release
;;
"impish")
apt-get -qy install \
git \
cmake \
python3-dev \
build-essential \
automake \
autoconf \
libpng16-16 \
libpng-dev \
libpng-tools \
libjpeg-turbo8-dev \
libexpat1-dev \
libgdk-pixbuf-2.0-dev \
libgtk-3-dev \
libopenal-dev \
libogg-dev \
libvorbis-dev \
libglvnd-dev \
libgl1-mesa-dev \
libsdl1.2-dev \
libopengl0 \
libpostproc-dev \
freeglut3-dev \
libboost-python-dev \
libboost-log-dev \
libboost-regex-dev \
libboost-program-options-dev \
libxmu-dev \
clang \
lsb-release
;;
"hirsute")
apt-get -qy install \
git \
cmake \
python3-dev \
build-essential \
automake \
autoconf \
libpng16-16 \
libpng-dev \
libpng-tools \
libjpeg62-dev \
libexpat1-dev \
libgtk-3-dev \
libopenal-dev \
libogg-dev \
libvorbis-dev \
libglvnd-dev \
libgl1-mesa-dev \
libsdl1.2-dev \
libopengl0 \
libpostproc-dev \
freeglut3-dev \
libboost-python-dev \
libboost-log-dev \
libboost-regex-dev \
libboost-program-options-dev \
libxmu-dev \
clang \
lsb-release
;;
"groovy")
apt-get -qy install \
git \
Expand Down Expand Up @@ -386,6 +323,14 @@ function bootstrapOnUbuntu()
python3 -m pip install --upgrade-strategy eager --upgrade pip
python3 -m pip install --upgrade-strategy eager cmake
;;
"impish")
echo "Sorry, Ubuntu impish is no longer supported"
exit 2
;;
"hirsute")
echo "Sorry, Ubuntu hirsute is no longer supported"
exit 2
;;
"xenial")
echo "Sorry, Ubuntu xenial is no longer supported"
exit 2
Expand Down

0 comments on commit 80c6b4c

Please sign in to comment.