devops: follow-up to WebKit compilation fix on Ubuntu 18.04 (#16532)
This commit is contained in:
Родитель
4e55013952
Коммит
a9643352f1
|
@ -27,7 +27,7 @@ RUN apt purge --auto-remove cmake && \
|
|||
# Ubuntu 18.04 specific: default to gcc-9.
|
||||
RUN add-apt-repository ppa:ubuntu-toolchain-r/test && \
|
||||
apt-get update && \
|
||||
apt-get install gcc-9 g++-9
|
||||
apt-get install -y gcc-9 g++-9
|
||||
ENV CC=/usr/bin/gcc-9
|
||||
ENV CXX=/usr/bin/g++-9
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче