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/02/04 08:06:59 UTC

[buildstream] 23/41: .gitlab-ci.yml: Update images to include protobuf and grpcio

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

tvb pushed a commit to branch jmac/googlecas_and_virtual_directories_1
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 0138ac69d4bd135a3ad922df65980d5d5f66451b
Author: Jürg Billeter <j...@bitron.ch>
AuthorDate: Wed May 23 07:49:23 2018 +0200

    .gitlab-ci.yml: Update images to include protobuf and grpcio
---
 .gitlab-ci.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0ba4a1c..8274158 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: buildstream/testsuite-debian:8-master-57-be5a863
+image: buildstream/testsuite-debian:8-master-88-4d92c106
 
 cache:
   key: "$CI_JOB_NAME-"
@@ -92,18 +92,18 @@ tests-debian-8:
   <<: *linux-tests
 
 tests-debian-9:
-  image: buildstream/buildstream-debian:master-81-caa5241
+  image: buildstream/buildstream-debian:master-88-4d92c106
   <<: *linux-tests
 
 tests-fedora-27:
-  image: buildstream/buildstream-fedora:master-56-5d7ee17
+  image: buildstream/buildstream-fedora:master-88-4d92c106
   <<: *linux-tests
 
 
 tests-unix:
   # Use fedora here, to a) run a test on fedora and b) ensure that we
   # can get rid of ostree - this is not possible with debian-8
-  image: buildstream/buildstream-fedora:master-56-5d7ee17
+  image: buildstream/buildstream-fedora:master-88-4d92c106
   stage: test
   variables:
     BST_FORCE_BACKEND: "unix"