Skip to content

Commit d6ee0aa

Browse files
authored
Removed parallel builds on sanitizer due to memory overhead (#1214)
1 parent 142d0a0 commit d6ee0aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-sanitizers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
container: ${{ steps.container.outputs.id }}
7777
working-directory: ${{ env.MOUNT }}/build
78-
cmd: cmake --build . --config ${{ env.BUILD_TYPE }} --parallel
78+
cmd: cmake --build . --config ${{ env.BUILD_TYPE }}
7979

8080
- name: Run ctest
8181
uses: ./.github/actions/container-exec

0 commit comments

Comments
 (0)