Skip to content

Commit bee3649

Browse files
committed
Move Ubuntu to gcc 9.2.1
1 parent 854a4e4 commit bee3649

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Dockerfile.ubuntu-32

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ RUN if [ -z "${mono_version}" ]; then echo -e "\n\nargument mono-version is mand
1414
apt-get -y update && \
1515
apt-get -y install --no-install-recommends \
1616
autoconf automake bzip2 cmake curl gettext git libtool make perl scons xz-utils \
17-
gcc-8 g++-8 libudev-dev libx11-dev libxcursor-dev libxrandr-dev libasound2-dev libpulse-dev \
17+
gcc-9 g++-9 libudev-dev libx11-dev libxcursor-dev libxrandr-dev libasound2-dev libpulse-dev \
1818
libgl1-mesa-dev libglu1-mesa-dev libxi-dev libxinerama-dev yasm && \
19-
ln -sf /usr/bin/gcc-ranlib-8 /usr/bin/gcc-ranlib && \
20-
ln -sf /usr/bin/gcc-ar-8 /usr/bin/gcc-ar && \
21-
ln -sf /usr/bin/gcc-8 /usr/bin/gcc && \
22-
ln -sf /usr/bin/g++-8 /usr/bin/g++
19+
ln -sf /usr/bin/gcc-ranlib-9 /usr/bin/gcc-ranlib && \
20+
ln -sf /usr/bin/gcc-ar-9 /usr/bin/gcc-ar && \
21+
ln -sf /usr/bin/gcc-9 /usr/bin/gcc && \
22+
ln -sf /usr/bin/g++-9 /usr/bin/g++
2323

2424
RUN cd /root && \
2525
git clone https://github.com/mono/mono --branch ${mono_version} --single-branch && \

Dockerfile.ubuntu-64

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ RUN if [ -z "${mono_version}" ]; then echo -e "\n\nargument mono-version is mand
1414
apt-get -y update && \
1515
apt-get -y install --no-install-recommends \
1616
autoconf automake bzip2 cmake curl gettext git libtool make perl scons xz-utils \
17-
gcc-8 g++-8 libudev-dev libx11-dev libxcursor-dev libxrandr-dev libasound2-dev libpulse-dev \
17+
gcc-9 g++-9 libudev-dev libx11-dev libxcursor-dev libxrandr-dev libasound2-dev libpulse-dev \
1818
libgl1-mesa-dev libglu1-mesa-dev libxi-dev libxinerama-dev yasm && \
19-
ln -sf /usr/bin/gcc-ranlib-8 /usr/bin/gcc-ranlib && \
20-
ln -sf /usr/bin/gcc-ar-8 /usr/bin/gcc-ar && \
21-
ln -sf /usr/bin/gcc-8 /usr/bin/gcc && \
22-
ln -sf /usr/bin/g++-8 /usr/bin/g++
19+
ln -sf /usr/bin/gcc-ranlib-9 /usr/bin/gcc-ranlib && \
20+
ln -sf /usr/bin/gcc-ar-9 /usr/bin/gcc-ar && \
21+
ln -sf /usr/bin/gcc-9 /usr/bin/gcc && \
22+
ln -sf /usr/bin/g++-9 /usr/bin/g++
2323

2424
RUN cd /root && \
2525
git clone https://github.com/mono/mono --branch ${mono_version} --single-branch && \

0 commit comments

Comments
 (0)