From d24b47360f7d87a9fda77d78086e52bdcdce66a8 Mon Sep 17 00:00:00 2001 From: Anton-4 <17049058+Anton-4@users.noreply.github.com> Date: Tue, 16 Aug 2022 12:36:23 +0200 Subject: [PATCH] re-enable all debian channels Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com> --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index aa9092e8e4..5310740526 100644 --- a/Earthfile +++ b/Earthfile @@ -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