kind: pipeline name: build steps: - name: build image: rustlang/rust:nightly commands: - cargo install bootimage - rustup component add llvm-tools-preview - cargo bootimage