You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2021/08/23 06:42:29 UTC

[buildstream] branch tristan/bst-1/update-grpc-minimum-version created (now cde0812)

This is an automated email from the ASF dual-hosted git repository.

tvb pushed a change to branch tristan/bst-1/update-grpc-minimum-version
in repository https://gitbox.apache.org/repos/asf/buildstream.git.


      at cde0812  requirements/requirements.in: It depends on grpc >= 1.30

This branch includes the following new commits:

     new cde0812  requirements/requirements.in: It depends on grpc >= 1.30

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[buildstream] 01/01: requirements/requirements.in: It depends on grpc >= 1.30

Posted by tv...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch tristan/bst-1/update-grpc-minimum-version
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit cde08126c78d2d82f6870637b6791960c9e845e8
Author: Javier Jardón <jj...@gnome.org>
AuthorDate: Mon Aug 2 18:19:53 2021 +0100

    requirements/requirements.in: It depends on grpc >= 1.30
    
    with older version you will get errors like this accessing the CAS:
    [--:--:--][][] WARNING Failed to initialize remote https://freedesktop-sdk-cache.codethink.co.uk:11001: Received http2 header with status: 404
---
 requirements/requirements.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements/requirements.in b/requirements/requirements.in
index 7f5526f..14569a3 100644
--- a/requirements/requirements.in
+++ b/requirements/requirements.in
@@ -1,5 +1,5 @@
 Click
-grpcio >= 1.10
+grpcio >= 1.30
 jinja2 >= 2.10
 pluginbase
 protobuf >= 3.6