Skip to content

Add finalizers to LustreFileSystems (#135) #263

Add finalizers to LustreFileSystems (#135)

Add finalizers to LustreFileSystems (#135) #263

Workflow file for this run

name: NNF-DM Library Build
on: push
jobs:
lib_build:
runs-on: ubuntu-latest
container: ghcr.io/nearnodeflash/grpc-cxx:latest
steps:
- uses: actions/checkout@v2
- name: Build nnf-dm lib-cpp
run: |
cd daemons/compute/lib-cpp
cmake -D CMAKE_INSTALL_PREFIX=/opt/grpc .
make