Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable PollWatcher to identify folder and file events #578

Closed
wants to merge 10 commits into from

Merge pull request #4 from edav-mx/Trigger-event-when-initial-scan-is…

f888e66
Select commit
Loading
Failed to load commit list.
Closed

Enable PollWatcher to identify folder and file events #578

Merge pull request #4 from edav-mx/Trigger-event-when-initial-scan-is…
f888e66
Select commit
Loading
Failed to load commit list.
Cirrus CI / FreeBSD 64-bit failed May 12, 2024 in 15s

Task Summary

Instruction test failed in 00:01

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 00:00 clone
✅ 00:11 setup
❌ 00:01 test

. $HOME/.cargo/env
#!/bin/sh
# rustup shell setup
# affix colons on either side of $PATH to simplify matching
case ":${PATH}:" in
    *:"$HOME/.cargo/bin":*)
        ;;
    *)
        # Prepending path in case a system-installed rustc needs to be overridden
        export PATH="$HOME/.cargo/bin:$PATH"
        ;;
esac
cargo test --all --all-features
    Updating crates.io index
error: no matching package named `erde_json` found
location searched: registry `crates-io`
required by package `notify-types v1.0.0 (/tmp/cirrus-ci-build/notify-types)`

Exit status: 101