Skip to content

Commit 64a7ff1

Browse files
committed
dataflow-state: Switch notify to macos_kqueue feature
The feature macos_fsevent is the default, which mechanism doesn't work (maybe only on an ARM Fruit machine), the effect of which is that no log lines are ever received. Change-Id: Ic35647d6c81deb604528a2a7c4bb96f19cbc19be Reviewed-on: https://gerrit.readyset.name/c/readyset/+/8158 Tested-by: Buildkite CI Reviewed-by: Jason Brown <[email protected]>
1 parent a6c79cb commit 64a7ff1

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

Cargo.lock

Lines changed: 0 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ native-tls = "0.2.11"
161161
ndarray = "0.15.6"
162162
nom = "7.1.3"
163163
nom_locate = "4.2.0"
164-
notify = "6.1.1"
164+
notify = { version = "6.1.1", default-features = false, features = ["macos_kqueue"] }
165165
num-integer = "0.1.46"
166166
num_cpus = "1.16.0"
167167
opentelemetry = "0.21.0"

0 commit comments

Comments
 (0)