Skip to content

feat: introduce batched dirty recovery #171

feat: introduce batched dirty recovery

feat: introduce batched dirty recovery #171

Workflow file for this run

name: build
on:
push:
branches:
- longhorn*
pull_request:
jobs:
build:
name: Build Binaries
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout Codes
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Install meson
run: |
sudo apt update
sudo apt install -y meson ninja-build python3-pyelftools
- name: Build
run: |
set -e
sudo git submodule update --init
sudo ./scripts/pkgdep.sh
sudo ./configure
sudo make -j $(nproc)
- name: Run Tests
run: |
set -e
sudo bash ./test/unit/unittest.sh