Skip to content
Snippets Groups Projects
Commit 1dd75211 authored by Riccardo Maria Bianchi's avatar Riccardo Maria Bianchi :sunny:
Browse files

CI: added sqlite3 pkg to OS to fix build of dependencies

parent 3c8f68d4
No related branches found
No related tags found
No related merge requests found
Pipeline #1702854 passed
...@@ -7,7 +7,7 @@ stages: ...@@ -7,7 +7,7 @@ stages:
# Common setup for the CI Docker images. # Common setup for the CI Docker images.
before_script: before_script:
- yum -y install glibc-devel which git make gmp-devel - yum -y install glibc-devel which git make gmp-devel sqlite sqlite-devel
- set +e && source CI/setup_lcg.sh; set -e - set +e && source CI/setup_lcg.sh; set -e
# Build the upstream project(s) needed by this one. # Build the upstream project(s) needed by this one.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment