Skip to content

Commit

Permalink
ci: Drop CentOS CLI installation test
Browse files Browse the repository at this point in the history
Now that the CLI requires python 3.8 or later, we can't install it on
the centos:8 container running Python 3.6.8. Drop the test for now.
  • Loading branch information
blockstreamsatellite committed Dec 23, 2023
1 parent c7e10a3 commit 3ff6e1c
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,23 +142,6 @@ test-make-install-fedora:
matrix:
- IMAGE: ["fedora:38", "fedora:39"]

test-make-install-centos:
image: $IMAGE
stage: test
only:
- tags
- web
before_script:
- find /etc/yum.repos.d/ -type f -exec sed -i 's/mirrorlist=/#mirrorlist=/g' {} +
- find /etc/yum.repos.d/ -type f -exec sed -i 's/#baseurl=/baseurl=/g' {} +
- find /etc/yum.repos.d/ -type f -exec sed -i 's/mirror.centos.org/vault.centos.org/g' {} +
- dnf update -y && dnf install -y epel-release make python3 python3-setuptools python3-pip gcc python3-devel
script:
- !reference [.venv-install, script]
parallel:
matrix:
- IMAGE: ["centos:8"]

.test-dependencies:
stage: test
script:
Expand Down

0 comments on commit 3ff6e1c

Please sign in to comment.