[ci] update docker image for gcc-10 gcc-11
This commit is contained in:
parent
ac684a8d69
commit
9e02c93bd4
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue