File tree Expand file tree Collapse file tree 2 files changed +5
-111
lines changed
Expand file tree Collapse file tree 2 files changed +5
-111
lines changed Original file line number Diff line number Diff line change @@ -66,21 +66,21 @@ jobs:
6666
6767 - name : " Full build with NVSHMEM"
6868 run : |
69- docker run --rm -v $PWD:/workspace -w /workspace ${{ matrix.image }} bash -c "
69+ docker run --rm -v $PWD:/workspace -w /workspace ${{ matrix.image }} bash -c '
7070 mkdir -p build-nvshmem
7171 cd build-nvshmem
7272 cmake -DCUDECOMP_ENABLE_NVSHMEM=1 -DCUDECOMP_BUILD_EXTRAS=1 ..
73- make -j\ $(nproc)
74- "
73+ make -j$(nproc)
74+ '
7575
7676 - name : " Library only build without NVSHMEM"
7777 run : |
78- docker run --rm -v $PWD:/workspace -w /workspace ${{ matrix.image }} bash -c "
78+ docker run --rm -v $PWD:/workspace -w /workspace ${{ matrix.image }} bash -c '
7979 mkdir -p build-no-nvshmem
8080 cd build-no-nvshmem
8181 cmake ..
8282 make -j$(nproc)
83- "
83+ '
8484
8585 # result-comment:
8686 # needs: build
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments