werf: 1.2.197 -> 1.2.198

This commit is contained in:
Azat Bahawi 2023-01-29 16:50:43 +03:00
parent 5a893e22a0
commit 2799ad1f10
No known key found for this signature in database
GPG Key ID: C8C6BDDB3847F72B

View File

@ -10,13 +10,13 @@
buildGoModule rec {
pname = "werf";
version = "1.2.197";
version = "1.2.198";
src = fetchFromGitHub {
owner = "werf";
repo = "werf";
rev = "v${version}";
hash = "sha256-cRpXdV/aHxVxMd54nmf9bMogiC9V8ryvCtSe+6Vx/Hk=";
hash = "sha256-fJDcVqHVN+2KXoqFCTACDevFtOllEGDMcQO/oDb6GMI=";
};
vendorHash = "sha256-GjcmpHyjhjCWE5gQR/oTHfhHYg5WRu8uhgAuWhdxlYk=";
@ -64,6 +64,10 @@ buildGoModule rec {
integration/suites \
pkg/true_git/*test.go \
test/e2e
'' + lib.optionalString (stdenv.isLinux && stdenv.isAarch64) ''
# Remove failing tests.
rm -rf \
cmd/werf/docs/replacers/kubectl/kubectl_test.go
'' + lib.optionalString (CGO_ENABLED == 0) ''
# A workaround for osusergo.
export USER=nixbld