Skip to content

Commit

Permalink
Test dqlite fix branch
Browse files Browse the repository at this point in the history
Signed-off-by: Cole Miller <[email protected]>
  • Loading branch information
cole-miller committed Sep 3, 2024
1 parent 8708ed1 commit 3754ab9
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ jobs:
- name: Install dependencies
run: |
set -eux
sudo add-apt-repository ppa:ubuntu-lxc/daily -y --no-update
sudo add-apt-repository ppa:dqlite/dev -y --no-update
sudo apt-get update
Expand All @@ -266,7 +265,8 @@ jobs:
libacl1-dev \
libcap-dev \
libdbus-1-dev \
libdqlite-dev \
liblz4-dev \
libuv1-dev \
liblxc-dev \
libseccomp-dev \
libselinux-dev \
Expand Down Expand Up @@ -312,6 +312,21 @@ jobs:
curl -sSfL https://dl.min.io/client/mc/release/linux-amd64/mc --output "$(go env GOPATH)/bin/mc"
chmod +x "$(go env GOPATH)/bin/mc"
- name: Fetch dqlite
uses: actions/checkout@v4
with:
repository: cole-miller/dqlite
ref: leader-pseudo-coroutines
path: dqlite

- name: Install dqlite
run: |
cd dqlite
./configure --enable-build-raft
make -j$(nproc)
sudo make install
sudo ldconfig
- name: Download go dependencies
run: |
set -eux
Expand Down

0 comments on commit 3754ab9

Please sign in to comment.