Skip to content

Fix missing fuse_loop_cfg_destroy() in fuse_session_loop_mt_31 #566

Fix missing fuse_loop_cfg_destroy() in fuse_session_loop_mt_31

Fix missing fuse_loop_cfg_destroy() in fuse_session_loop_mt_31 #566

Workflow file for this run

name: 'Build & Test'
on:
push:
branches:
- master
pull_request:
branches:
- master
permissions:
contents: read
jobs:
build:
runs-on: '${{ matrix.os }}'
strategy:
matrix:
os:
# 18.04 does not work because of ‘no_sanitize’ attribute
# cc1: all warnings being treated as errors
# - ubuntu-18.04
- ubuntu-latest
steps:
- name: Install dependencies (Ubuntu)
if: runner.os == 'Linux'
run: sudo apt-get update && sudo apt-get install -y clang doxygen gcc gcc-10 gcc-9 valgrind
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: pip install -r requirements.txt
- run: test/ci-build.sh