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 2021/11/01 09:10:05 UTC

[buildstream] branch juerg/fedora35 updated (89248f8 -> 905ab3b)

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

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


 discard 89248f8  tox.ini: don't use binary wheel for grpcio
     new 905ab3b  tox.ini: don't use binary wheel for grpcio

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (89248f8)
            \
             N -- N -- N   refs/heads/juerg/fedora35 (905ab3b)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 tox.ini | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

[buildstream] 01/01: tox.ini: don't use binary wheel for grpcio

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

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

commit 905ab3b87a5120dad3fd94a74ed79ad7a11c7048
Author: Jürg Billeter <j...@bitron.ch>
AuthorDate: Mon Nov 1 09:45:55 2021 +0100

    tox.ini: don't use binary wheel for grpcio
---
 tox.ini | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tox.ini b/tox.ini
index 6796c5e..89ee72e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -32,6 +32,7 @@ commands =
 commands_post:
     py{36,37,38,39,310}-!nocover: mkdir -p .coverage-reports
     py{36,37,38,39,310}-!nocover: mv {envtmpdir}/.coverage {toxinidir}/.coverage-reports/.coverage.{env:COVERAGE_PREFIX:}{envname}
+install_command = python -m pip install --no-binary grpcio {opts} {packages}
 deps =
     py{36,37,38,39,310}: -rrequirements/requirements.txt
     py{36,37,38,39,310}: -rrequirements/dev-requirements.txt