0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

garage: 0.8.0 -> 0.8.1

https://git.deuxfleurs.fr/Deuxfleurs/garage/compare/v0.8.0...v0.8.1

Fix tests by adding cacert

Use garage version 0_8 by default for nixos tests

Use same rust feature set as upstream for release binary and tests:
https://git.deuxfleurs.fr/Deuxfleurs/garage/src/tag/v0.8.1/nix/compile.nix#L181-L192
https://git.deuxfleurs.fr/Deuxfleurs/garage/src/tag/v0.8.1/default.nix#L40-L52
This commit is contained in:
teutat3s 2023-02-28 17:56:58 +01:00
parent 4a6cd14f37
commit 78286a06b0
No known key found for this signature in database
GPG key ID: 18DAE600A6BBE705
3 changed files with 19 additions and 14 deletions

View file

@ -49,5 +49,5 @@ in
})
{}
[
"0_8_0"
"0_8"
]