From 1c6ef66e3ee3d38b22753467a7d0dc6743e0d7fd Mon Sep 17 00:00:00 2001 From: strawberry Date: Mon, 13 May 2024 18:28:38 -0400 Subject: [PATCH] fix gitlab ci Signed-off-by: strawberry --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1d0f67a8..e0d6eb79 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,9 +53,6 @@ before_script: # Allow .envrc - if command -v nix > /dev/null; then direnv allow; fi - # Cache attic client - - if command -v nix > /dev/null; then ./bin/nix-build-and-cache --inputs-from . attic; fi - # Set CARGO_HOME to a cacheable path - export CARGO_HOME="$(git rev-parse --show-toplevel)/.gitlab-ci.d/cargo" @@ -86,7 +83,7 @@ ci: artifacts: stage: artifacts - image: nixos/nix:2.22.0 + image: nixos/nix:2.22.1 script: - ./bin/nix-build-and-cache just .#static-x86_64-unknown-linux-musl - cp result/bin/conduit x86_64-unknown-linux-musl