diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-07-23 12:02:40 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-08-29 17:46:16 +0200 |
commit | 90a57fbc7e992cafbdd106616219a6c7efb09c7e (patch) | |
tree | 00c91150f3ed0725837ce9792e4aeb100bcbc387 /.drone.yml | |
parent | b54a938724e5551f6436f551cafec3d1324a6260 (diff) | |
download | garage-90a57fbc7e992cafbdd106616219a6c7efb09c7e.tar.gz garage-90a57fbc7e992cafbdd106616219a6c7efb09c7e.zip |
Put log-lines in nix.conf
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -46,7 +46,8 @@ steps: - name: nix_config path: /etc/nix commands: - - nix-build --no-build-output --option log-lines 100 --argstr target x86_64-unknown-linux-musl --arg release false --argstr git_version $DRONE_COMMIT + - nix-build --no-build-output --argstr target x86_64-unknown-linux-musl --arg release false --argstr git_version $DRONE_COMMIT + - nix-shell --attr rust --run "./script/not-dynamic.sh result/bin/garage" - name: unit + func tests image: nixpkgs/nix:nixos-21.05 |