From 3bef8552403e0fa5a448dc9ff5f6eaa28f1957c9 Mon Sep 17 00:00:00 2001 From: xHyroM Date: Wed, 13 Jul 2022 08:19:53 +0200 Subject: [PATCH] feat(tags): io uring not supported --- files/tags.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/files/tags.toml b/files/tags.toml index 1672241..48b3dfb 100644 --- a/files/tags.toml +++ b/files/tags.toml @@ -48,4 +48,16 @@ keywords = ["windows", "windows support"] content = """ Bun does not currently have support for Windows, so you must use WSL (Windows Subsystem for Linux). To install WSL, check [microsoft documentation]() +""" + +[io-uring-not-supported] +keywords = ["io-uring-is-not-supported", "io uring", "not supported", "support"] +content = """ +To fix `Linux kernel version doesn't support io_uring, which Bun depends on` error, you need to update Linux kernel. + +If you are using the Windows Subsystem for Linux, do: +1. Open powershell +2. Run: + • wsl --set-version 2 + • wsl --shutdown """ \ No newline at end of file