Skip to content

Commit

Permalink
.github/sparse: switch sparse version back to the upstream main branch
Browse files Browse the repository at this point in the history
This should work now that Guennadi's endianness fix 98b20341967 has been
merged.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
  • Loading branch information
marc-hb authored and lgirdwood committed Jan 4, 2024
1 parent 652a393 commit 0698fa3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/sparse-zephyr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,17 @@ jobs:
- name: git clone sparse analyzer
uses: actions/checkout@v4
with:
# TODO: switch to thesofproject/sparse
repository: marc-hb/sparse
repository: thesofproject/sparse
fetch-depth: 0
filter: 'tree:0'
path: workspace/sparse

# As of its 2023 commit 98b203419679, sparse-llvm.c uses symbols
# (LLVMConstGEP, LLVMBuildLoad, LLVMBuildCall,...) which are:
# - -Wdeprecated in LLVM v14
# - Removed in LLVM v16
- name: build sparse analyzer
run: cd workspace/sparse && make -j4
run: cd workspace/sparse && make -j4 # HAVE_LLVM=no

- name: git clone sof
uses: actions/checkout@v4
Expand Down

0 comments on commit 0698fa3

Please sign in to comment.