You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by ju...@apache.org on 2022/07/02 19:18:42 UTC

[buildstream] branch juerg/grpc created (now c6ce35d54)

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

juergbi pushed a change to branch juerg/grpc
in repository https://gitbox.apache.org/repos/asf/buildstream.git


      at c6ce35d54 tox.ini: Set GRPC_ENABLE_FORK_SUPPORT=0

This branch includes the following new commits:

     new c6ce35d54 tox.ini: Set GRPC_ENABLE_FORK_SUPPORT=0

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: tox.ini: Set GRPC_ENABLE_FORK_SUPPORT=0

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

juergbi pushed a commit to branch juerg/grpc
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit c6ce35d548ddc2c96cadb628d7c758e8c6d5078c
Author: Jürg Billeter <j...@bitron.ch>
AuthorDate: Sat Jul 2 21:18:17 2022 +0200

    tox.ini: Set GRPC_ENABLE_FORK_SUPPORT=0
---
 tox.ini | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tox.ini b/tox.ini
index cf21f8eea..805819a58 100644
--- a/tox.ini
+++ b/tox.ini
@@ -75,6 +75,7 @@ setenv =
     py{37,38,39,310}: BST_TEST_XDG_CACHE_HOME = {envtmpdir}/cache
     py{37,38,39,310}: BST_TEST_XDG_CONFIG_HOME = {envtmpdir}/config
     py{37,38,39,310}: BST_TEST_XDG_DATA_HOME = {envtmpdir}/share
+    py{37,38,39,310}: GRPC_ENABLE_FORK_SUPPORT = 0
     # This is required to get coverage for Cython
     py{37,38,39,310}-!nocover: BST_CYTHON_TRACE = 1
     randomized: PYTEST_ADDOPTS="--random-order-bucket=global"