feat(ci): update ci with new toolchain
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
This commit is contained in:
parent
30c103a6b3
commit
dced74c755
@ -3,12 +3,10 @@ name: build
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: rustlang/rust:nightly
|
||||
image: turboregistry:5000/juju/turbo-ci-arch
|
||||
commands:
|
||||
- cargo install bootimage
|
||||
- rustup component add llvm-tools-preview
|
||||
- rustup component add rust-src
|
||||
- cargo bootimage
|
||||
- make
|
||||
|
||||
- name: release
|
||||
image: plugins/gitea-release
|
||||
@ -16,6 +14,6 @@ steps:
|
||||
api_key:
|
||||
from_secret: api_key
|
||||
base_url: http://gitea_web_1:3000
|
||||
files: target/x86_64-julios/debug/bootimage-julios.bin
|
||||
files: julios.iso
|
||||
when:
|
||||
event: tag
|
||||
|
Loading…
Reference in New Issue
Block a user