mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-11 17:00:22 +00:00
Templatize Dockerfiles & update workflows (#223)
Now build images by a script with a shared Dockerfile template --------- Co-authored-by: Binyang Li <binyli@microsoft.com> Co-authored-by: Saeed Maleki <saemal@microsoft.com>
This commit is contained in:
6
.github/workflows/codeql-analysis.yml
vendored
6
.github/workflows/codeql-analysis.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
name: Analyze
|
||||
runs-on: 'ubuntu-latest'
|
||||
container:
|
||||
image: ghcr.io/microsoft/mscclpp/mscclpp:dev-${{ matrix.cuda-version }}
|
||||
image: ghcr.io/microsoft/mscclpp/mscclpp:base-dev-${{ matrix.cuda-version }}
|
||||
|
||||
permissions:
|
||||
actions: read
|
||||
@@ -24,7 +24,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
language: [ 'cpp', 'python' ]
|
||||
cuda-version: [ 'cuda11.8', 'cuda12.1' ]
|
||||
cuda-version: [ 'cuda11.8', 'cuda12.2' ]
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
@@ -45,7 +45,7 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
MPI_HOME=/usr/local/mpi cmake -DBYPASS_PEERMEM_CHECK=ON .
|
||||
cmake -DBYPASS_PEERMEM_CHECK=ON .
|
||||
make -j
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
|
||||
Reference in New Issue
Block a user