You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
image: robertcnelson/debian-bookworm-slim-riscv:latest
|
|
|
|
cache:
|
|
key: "$CI_PROJECT_NAME"
|
|
paths:
|
|
- mirror/x86_64-gcc-*-linux.tar.xz
|
|
- deploy/*.tar.xz
|
|
|
|
build:
|
|
tags:
|
|
- docker-amd64
|
|
stage: build
|
|
script:
|
|
- ./01_git_sync.sh
|
|
- ./02_build_hss.sh
|
|
- ./03_build_u-boot.sh
|
|
- ./04_build_linux.sh
|