Skip to content

Commit

Permalink
fixup! CI: update SVF to latest upstream release
Browse files Browse the repository at this point in the history
SVF test suite does not seems to be parallel friendly.
  • Loading branch information
lzaoral committed Oct 20, 2021
1 parent 4f21761 commit 765b38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/svf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
cmake --build svf/Release-build
(cd svf/Release-build && \
PATH="$(llvm-config-12 --bindir):$PATH" \
ctest --progress --output-on-failure -j$(nproc))
ctest --progress --output-on-failure)
- name: '[Dynamic LLVM] Configure CMake project'
run: |
Expand Down

0 comments on commit 765b38d

Please sign in to comment.