Merge pull request #130102 from raboof/buf-add-patch-comment

buf: add patch comment
This commit is contained in:
Robert Hensing 2021-07-13 19:44:12 +02:00 committed by GitHub
commit 81e24d81e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,7 @@ buildGoModule rec {
vendorSha256 = "sha256-g0wrHPeHFOL6KB0SUgBy2WK54Kttiks4cuYg8jf3N9g=";
patches = [
# Skip a test that requires networking to be available to work.
./skip_test_requiring_network.patch
];