Merge pull request #300721 from marsam/go-toml-exclude-test-package

go-toml: exclude gotoml-test-encoder package
This commit is contained in:
Mario Rodas 2024-04-01 14:22:37 -05:00 committed by GitHub
commit d7ebd15637
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,11 @@ buildGoModule rec {
vendorHash = "sha256-4t/ft3XTfc7yrsFVMSfjdCur8QULho3NI2ym6gqjexI="; vendorHash = "sha256-4t/ft3XTfc7yrsFVMSfjdCur8QULho3NI2ym6gqjexI=";
excludedPackages = [ "cmd/gotoml-test-decoder" "cmd/tomltestgen" ]; excludedPackages = [
"cmd/gotoml-test-decoder"
"cmd/gotoml-test-encoder"
"cmd/tomltestgen"
];
ldflags = [ "-s" "-w" ]; ldflags = [ "-s" "-w" ];