Updated to debian bookworm
This commit is contained in:
parent
64c8104668
commit
2b10da1d7d
@ -1,11 +1,9 @@
|
|||||||
default:
|
default:
|
||||||
image: rust:1.68
|
image: rust:1.68-bookworm
|
||||||
before_script:
|
before_script:
|
||||||
- wget -q https://cloud.cuwott.fr/s/9fyrejDxMdNRQNn/download/riscv64-cross-compiler-multilib.tar.gz
|
- wget -q https://cloud.cuwott.fr/s/9fyrejDxMdNRQNn/download/riscv64-cross-compiler-multilib.tar.gz
|
||||||
- mkdir /opt/riscv
|
- mkdir /opt/riscv
|
||||||
- tar xzf riscv64-cross-compiler-multilib.tar.gz -C /opt/riscv
|
- tar xzf riscv64-cross-compiler-multilib.tar.gz -C /opt/riscv
|
||||||
- apt update
|
|
||||||
- apt install libc6
|
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
|
Loading…
Reference in New Issue
Block a user