Skip to content

Commit

Permalink
Use GCC 14 with Debian sid in Docker CI
Browse files Browse the repository at this point in the history
  • Loading branch information
o01eg committed Jul 20, 2024
1 parent f07690d commit 599e485
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/debian-sid/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,15 @@ APT::Install-Recommends \"false\";\n\
APT::Install-Suggests \"false\";\n\
" > /etc/apt/apt.conf.d/docker-no-suggests

# add experimental repository to test issue https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037667
# add experimental repository to test issue https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074967
RUN echo "deb http://deb.debian.org/debian experimental main\n\
" >> /etc/apt/sources.list

RUN apt-get update --assume-yes
# install experimental g++ to test issue https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037667
#RUN apt-get -t=experimental install --assume-yes g++ binutils # broken binutils dependency
# install experimental g++ to test issue https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074967
RUN apt-get -t=experimental install --assume-yes g++ binutils # broken binutils dependency
RUN apt-get install --assume-yes \
git \
g++ \
make \
cmake \
python3 \
Expand Down

0 comments on commit 599e485

Please sign in to comment.