From bcc16dcec0d2a27245a301575659e233dd08edef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Autin?= Date: Tue, 4 Apr 2023 15:16:41 +0200 Subject: [PATCH] Updated to debian bookworm --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1a68a86..9fb1212 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,11 +1,9 @@ default: - image: rust:1.68 + image: rust:1.68-bookworm before_script: - wget -q https://cloud.cuwott.fr/s/9fyrejDxMdNRQNn/download/riscv64-cross-compiler-multilib.tar.gz - mkdir /opt/riscv - tar xzf riscv64-cross-compiler-multilib.tar.gz -C /opt/riscv - - apt update - - apt install libc6 stages: - test