Closed Neptune650 closed 3 weeks ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
screenpipe | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 29, 2024 6:58pm |
@louis030195 If it fails again, just merge this.
@louis030195 https://github.com/mediar-ai/screenpipe/commit/e3ebed2d2d25f4c7fb96df55370aa6cd384d642f appears to have broken building. But my changes work now.
https://github.com/mediar-ai/screenpipe/actions/runs/11581165046/job/32241290226
ERROR: Could not find dependency: libiomp5.so
@Neptune650 any idea?
https://github.com/mediar-ai/screenpipe/actions/runs/11581165046/job/32241290226
ERROR: Could not find dependency: libiomp5.so
@Neptune650 any idea?
@louis030195 Add
if [[ "ubuntu-22.04" == "ubuntu-22.04" ]]; then
export PKG_CONFIG_PATH="~/.local/lib/pkgconfig:$PKG_CONFIG_PATH"
export MKLROOT="/opt/intel/mkl"
fi
To the "build" step (not build cli)
@louis030195 Add:
sudo cp -rfv ~/.local/lib/* /usr/lib/x86_64-linux-gnu/
To the end of the "Install MKL in Linux" step It should fix everything.
@Neptune650 trying now
not even sure why tauri app complains, the mkl is only on the CLI
@Neptune650 trying now
not even sure why tauri app complains, the mkl is only on the CLI
@louis030195 I'm pretty sure it would've worked this time - but failed because it doesn't retry downloading files, so randomly it fails - Tauri issue. Try retrying the action ig.
Also I just noticed it seems to run out of space.
@louis030195 One last change since you were a little too quick with the latest PR.