[protobuf]: Disable debian verification (#17168)
In the ubuntu environment, the debian server key wasn't installed by default. So, we will get the following error in the Azp pipeline gpg: WARNING: no command supplied. Trying to guess what you mean ... gpg: Signature made Sun Apr 9 06:25:32 2023 UTC gpg: using RSA key 7D887DC8BA7BBBA7B835E3BADCE310E7864CC8BF gpg: Can't check signature: No public key gpg: can't create `/home/vsts/.gnupg/random_seed': No such file or directory Validation FAILED!! Signed-off-by: Ze Gan <ganze718@gmail.com>
This commit is contained in:
parent
a7695e0221
commit
8a95bff4e7
@ -13,7 +13,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
|
||||
# Remove any stale files
|
||||
rm -rf protobuf-$(PROTOBUF_VERSION)
|
||||
|
||||
dget protobuf_$(PROTOBUF_VERSION_FULL).dsc http://deb.debian.org/debian/pool/main/p/protobuf/protobuf_$(PROTOBUF_VERSION_FULL).dsc
|
||||
dget -u protobuf_$(PROTOBUF_VERSION_FULL).dsc http://deb.debian.org/debian/pool/main/p/protobuf/protobuf_$(PROTOBUF_VERSION_FULL).dsc
|
||||
|
||||
pushd protobuf-$(PROTOBUF_VERSION)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user