diff options
author | Stefan Kreutz <mail@skreutz.com> | 2022-04-28 14:55:42 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2022-04-28 14:55:42 +0200 |
commit | 97d11f70d636444a2a32a8a1b2682a587f38fd23 (patch) | |
tree | 5b9842ab708e3120b81b196c03ecfb12b1aed6fb /posts | |
parent | 3ba902a37daa8f28552ca43665458f97d0634e26 (diff) | |
download | blog-97d11f70d636444a2a32a8a1b2682a587f38fd23.tar |
Describe workaround for notify build issue
Diffstat (limited to 'posts')
-rw-r--r-- | posts/install-rust-analyzer-on-openbsd-current.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/posts/install-rust-analyzer-on-openbsd-current.md b/posts/install-rust-analyzer-on-openbsd-current.md index 0d59c2c..6c8d23d 100644 --- a/posts/install-rust-analyzer-on-openbsd-current.md +++ b/posts/install-rust-analyzer-on-openbsd-current.md @@ -69,3 +69,5 @@ If so, you can install the latest weekly release of rust-analyzer from [crates.i 28 April 2022: The Git repository has moved to <https://github.com/rust-lang/rust-analyzer>. +The build is broken on OpenBSD until [notify](https://github.com/notify-rs/notify) releases commit [41a74f0](https://github.com/notify-rs/notify/commit/41a74f0e98a1af386749ad3be4a197865054f17f). +In the meantime, you can build rust-analyzer by overriding this dependency locally. |