Skip to content

prov/efa: Do not fail fi_getinfo for the wrong fabric #50

prov/efa: Do not fail fi_getinfo for the wrong fabric

prov/efa: Do not fail fi_getinfo for the wrong fabric #50

name: Configure Checks
on: [push, pull_request]
permissions: {}
jobs:
sanitizers:
permissions:
contents: read
pull-requests: read
runs-on: ubuntu-22.04
strategy:
matrix:
sanitizer: [asan, lsan, tsan, ubsan]
fail-fast: false
steps:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential clang
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Test --enable-${{ matrix.sanitizer }}
run: |
./autogen.sh
./configure --enable-${{ matrix.sanitizer }} CC=clang
- name: Upload build logs
if: failure()
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
with:
name: ${{ matrix.sanitizer }}-config.log
path: config.log