Skip to content

Commit

Permalink
[ci] More understanding of armhf build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jun 25, 2024
1 parent d368ec1 commit 8ee7a5a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/embedded.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,11 @@ jobs:
echo
echo "==============="
echo
find / -name libblas.so.3
find / -name liblapack.so.3
sudo find / -name libblas.so.3 || true
echo
echo "==============="
echo
sudo find / -name liblapacke.so.3 || true
echo
echo "==============="
echo
Expand All @@ -183,7 +186,8 @@ jobs:
-DOSSIA_ENABLE_KFR=1 \
-DSCORE_DISABLED_PLUGINS="score-plugin-jit" \
-DSCORE_LINKER_SCRIPT="$PWD/cmake/Deployment/Linux/AppImage/version" \
-DCMAKE_TOOLCHAIN_FILE=${{steps.pi-sysroot.outputs.cmake-toolchain}}
-DCMAKE_TOOLCHAIN_FILE=${{steps.pi-sysroot.outputs.cmake-toolchain}} \
-DCMAKE_EXE_LINKER_FLAGS="-llapacke -lblas"
cmake --build build
cmake --build build --target install
Expand Down

0 comments on commit 8ee7a5a

Please sign in to comment.