We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d006fd commit d1b9502Copy full SHA for d1b9502
1 file changed
.github/workflows/ci-multi-server-tests.yml
@@ -20,6 +20,17 @@ jobs:
20
with:
21
lfs: false
22
23
+ - name: Remove package conflicts
24
+ run: |
25
+ sudo apt-get remove -y libhashkit2
26
+
27
+ - name: Install build dependencies
28
29
+ sudo apt-get install -y --no-install-recommends build-essential devscripts equivs quilt
30
+ debian/rules debian/control
31
+ sudo mk-build-deps -irt"apt-get -y --no-install-recommends" debian/control
32
+ sudo mk-build-deps -irt"apt-get -y --no-install-recommends" scripts/ci/extra-packages.debian.control
33
34
- name: Build Docker image for multi-server test environment
35
run: |
36
./configure
0 commit comments