Skip to content

Did not zero the trim/unmap/discard-buffer used for emulating t/u/d. #62

Did not zero the trim/unmap/discard-buffer used for emulating t/u/d.

Did not zero the trim/unmap/discard-buffer used for emulating t/u/d. #62

Workflow file for this run

name: Posix
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install libiscsi-dev
run: sudo apt-get -y install libiscsi-dev
- name: cmake
run: cmake -B build
- name: make
run: make -C build