mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
re-enable all debian channels
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
parent
cea53c1273
commit
d24b47360f
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ test-zig:
|
|||
|
||||
build-rust-test:
|
||||
FROM +copy-dirs
|
||||
RUN echo "deb http://deb.debian.org/debian testing" >> /etc/apt/sources.list # to get gcc 10.3
|
||||
RUN echo "deb http://deb.debian.org/debian testing main contrib non-free" >> /etc/apt/sources.list # to get gcc 10.3
|
||||
RUN apt -y update
|
||||
RUN apt -y install gcc-10 g++-10 && rm /usr/bin/gcc && ln -s /usr/bin/gcc-10 /usr/bin/gcc # gcc-9 maybe causes segfault
|
||||
RUN gcc --version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue