Skip to content

Commit

Permalink
ci: fix pcs dependencies in ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjelinek committed Nov 1, 2024
1 parent 0110541 commit baba9b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/config/ubuntu-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ gcc
libffi-dev
libnss3-tools
pacemaker
pacemaker-dev
psmisc
puma
python3-cryptography
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/python-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
# package per line.
if [ -f .github/config/ubuntu-requirements.txt ]; then
sudo apt-get install -y $(cat .github/config/ubuntu-requirements.txt)
# remove pcs which is installed as a dependency of pacemaker (since
# ubuntu 23.10) and conflicts with pcs built from source
sudo dpkg --force-depends --purge pcs
fi
- name: Clone pcs
Expand Down

0 comments on commit baba9b4

Please sign in to comment.