$300 - deno runtime crashes on macos when CLI is built in github action (does not happen on local builds)
https://github.com/denoland/deno_core/issues/916
/bounty 400
to make this work
💎 $400 bounty • Screenpi.pe
Steps to solve:
- Start working: Comment
/attempt #375with your implementation plan - Submit work: Create a pull request including
/claim #375in the PR body to claim the bounty - Receive payment: 100% of the bounty is received 2-5 days post-reward. Make sure you are eligible for payouts
Thank you for contributing to mediar-ai/screenpipe!
Add a bounty • Share on socials
| Attempt | Started (GMT+0) | Solution |
|---|---|---|
| 🔴 @urbit-pilled | Oct 3, 2024, 7:49:18 AM | WIP |
@louis030195 Hi, Could you upload a sample mac binary from CI?
@louis030195 Hi, Could you upload a sample mac binary from CI?
any news on this? upgraded to $300
i guess things to try:
use https://github.com/nektos/act to build in local ci
tweak pipes.rs, try to set some memory thing
anything else?
not sure how complex this will be yet but I'll look into it. /attempt #375
| Algora profile | Completed bounties | Tech | Active attempts | Options |
|---|---|---|---|---|
| @urbit-pilled | 6 bounties from 3 projects | Rust, JavaScript, Python & more |
Cancel attempt |
update: this does not seem to happen on all macos, mine crashes:
crash: 14.5, mac book pro m3 max 32 gb ram
@urbit-pilled
btw most reliable way to reproduce:
- build app using the release-app.yml ci (in github runner or local runner somehow)
- install
mkdir /tmp/rnd
echo "console.log('hi')" > /tmp/rnd/pipe.js
/Applications/screenpipe.app/Contents/MacOS/screenpipe pipe download /tmp/rnd
/Applications/screenpipe.app/Contents/MacOS/screenpipe pipe enable rnd
/Applications/screenpipe.app/Contents/MacOS/screenpipe
what i tried:
- running the built CLI before the tauri app build https://github.com/mediar-ai/screenpipe/actions/runs/11169907285 (can download CLI here)
- it does not crash
- when i run the CLI built into the app it does crash (eg only different is apple signing + other dark stuff idk)
i fxied the issue (i dont know how 😂)
ok, great to see that it works now