From dced74c755281aca0cbc0c158cdbad27210fdcd4 Mon Sep 17 00:00:00 2001 From: Julien CLEMENT Date: Mon, 29 Nov 2021 15:00:47 +0100 Subject: [PATCH] feat(ci): update ci with new toolchain Signed-off-by: Julien CLEMENT --- .drone.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index c28ec86..fe38dc2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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