Skip to content

Commit

Permalink
Rmove diff
Browse files Browse the repository at this point in the history
  • Loading branch information
r-devulap committed Oct 26, 2023
1 parent d766741 commit 7af6e11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,7 @@ jobs:
- name: List exported symbols
run: |
nm --demangle --dynamic --defined-only --extern-only builddir/libx86simdsort.so | cut -d ' ' -f3- | sort > temp
diff temp lib/list-of-exported-symbols.txt
nm --demangle --dynamic --defined-only --extern-only builddir/libx86simdsort.so
- name: Run test suite on SPR
run: sde -spr -- ./builddir/testexe

0 comments on commit 7af6e11

Please sign in to comment.