summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-04-30 17:07:30 +0100
committerJavier Jardón <jjardon@gnome.org>2017-07-11 22:31:06 +0100
commit0805ba322f64b46f76b7c19c0f8b29a23660318f (patch)
tree2ddfdf3a260c3d980990bb476305b93a1dae8a08
parentbf6375c52b3ac5ecf4aa0ae0774b207d7370fbf9 (diff)
downloaddefinitions-0805ba322f64b46f76b7c19c0f8b29a23660318f.tar.gz
Try with fedora:25 docker image
-rw-r--r--.gitlab-ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 68a264f4..bae06b1a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: debian:stretch
+image: fedora:25
variables:
YBD_base: "/cache/ybd_base"
@@ -13,16 +13,16 @@ stages:
before_script:
- export LC_ALL="C.UTF-8"
- - apt-get update -qq && apt-get install -y -qq git python-dev
+ - dnf install -y git python-devel
- export CI_YBD_BRANCH=`[[ "$CI_BUILD_REF_NAME" =~ ^staging/fromybd/ ]] && echo -b ${CI_BUILD_REF_NAME#staging/fromybd/}`
- git clone https://gitlab.com/baserock/spec.git
- git clone https://gitlab.com/baserock/ybd.git $CI_YBD_BRANCH
- cd ybd && ./install_dependencies.sh && cd ..
- pip install -r spec/requirements.txt
# Install buildstream
- - apt-get install -y -qq bubblewrap ostree python3 python3-pip python3-gi gir1.2-ostree-1.0 python3-dev
+ - dnf install -y bubblewrap ostree python3 python3-pip python3-gobject python3-devel
- git clone https://gitlab.com/buildstream/buildstream
- - pip3 install buildstream/
+ - python3 -m pip install buildstream/
migrate-bst:
tags: