aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-06-21 12:01:59 +0200
committerThomas White <taw@physics.org>2023-06-21 12:01:59 +0200
commit405878132383eee168a202cb8b30ff6768d6fb9c (patch)
tree61f259270733d416f44a0c74d6d99e1b4cfaa287 /.gitlab-ci.yml
parent3e9052a1d6d09709d3d1e4f8f4bd522ca79d14d5 (diff)
CI: Add libcurl-devel to build-centos7
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1fd49003..b9c356bf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -120,7 +120,7 @@ build-centos7:
script:
- yum update -y
- yum group install -y "Development Tools"
- - yum install -y wget lz4 lz4-devel bzip2-libs bzip2-devel python3 gtk3-devel curl which
+ - yum install -y wget lz4 lz4-devel bzip2-libs bzip2-devel python3 gtk3-devel curl which libcurl-devel
- curl --silent "https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer" | bash
- python3 -m pip install meson ninja
- wget https://gitlab.desy.de/thomas.white/install-crystfel/-/raw/main/run-me-desy-maxwell-centos7