[ci] update docker image for gcc-10 gcc-11

This commit is contained in:
tangxifan 2022-11-04 16:28:40 -07:00
parent ac684a8d69
commit 9e02c93bd4
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
FROM ghcr.io/lnis-uofu/openfpga-build-base
RUN apt-get update && apt-get install -y gcc-10 g++-10
RUN add-apt-repository -y ppa:ubuntu-toolchain-r/test && apt-get update && apt-get install -y gcc-10 g++-10

View File

@ -1,2 +1,2 @@
FROM ghcr.io/lnis-uofu/openfpga-build-base
RUN apt-get update && apt-get install -y gcc-11 g++-11
RUN add-apt-repository -y ppa:ubuntu-toolchain-r/test && apt-get update && apt-get install -y gcc-11 g++-11