Explicit build dependency on nvidia_peermem (#201)

This commit is contained in:
Changho Hwang
2023-10-23 12:29:30 +08:00
committed by GitHub
parent 7686e15fbd
commit f68820436c
3 changed files with 24 additions and 5 deletions

View File

@@ -2,8 +2,9 @@ name: "CodeQL"
on:
push:
branches:
- '**'
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: "30 1 * * 1"
@@ -42,8 +43,10 @@ jobs:
run: |
git config --global --add safe.directory /__w/mscclpp/mscclpp
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Build
run: |
MPI_HOME=/usr/local/mpi cmake -DBYPASS_PEERMEM_CHECK=ON .
make -j
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2