Skip to content

Commit

Permalink
added ceph-common to system-tests dependencies
Browse files Browse the repository at this point in the history
This may or may not be a reasonable ask for incus hosts using cephfs,
for now however it is necessary for the tests to pass.
  • Loading branch information
MadnessASAP committed Dec 10, 2024
1 parent 9d4a70e commit 7e2154c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ jobs:
bind9-dnsutils \
btrfs-progs \
busybox-static \
ceph-common \
dnsmasq-base \
easy-rsa \
gettext \
Expand Down Expand Up @@ -389,7 +390,7 @@ jobs:

- name: Create build directory
run: |
mkdir bin
mkdir bin
- name: Build static x86_64 incus
env:
Expand Down

0 comments on commit 7e2154c

Please sign in to comment.