From b78e6bb2785ac23ef92df1e7d0a8f9581c16435c Mon Sep 17 00:00:00 2001 From: Blizzard Finnegan Date: Thu, 22 Jun 2023 07:43:28 -0400 Subject: [PATCH] Transition CI to Nix Since I've already got the shell there anyways... --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 2f60e03..4aa08ab 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,9 +1,9 @@ pipeline: build: - image: rust:bookworm + image: nixos/nix:latest commands: + - nix-shell - cargo check - - apt update && apt install -y lld - cargo build --release --target aarch64-unknown-linux-musl publish: image: woodpeckerci/plugin-gitea-release