From d4be9ac4163b175061b3ada1cd23fc0ff316d9df Mon Sep 17 00:00:00 2001 From: Raniere Gaia Costa da Silva Date: Wed, 4 Feb 2026 08:55:09 +0100 Subject: [PATCH 1/2] Add note about libatomic --- docs/development/local_builds.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/development/local_builds.md b/docs/development/local_builds.md index 5fba6257a63..615ab7110d4 100644 --- a/docs/development/local_builds.md +++ b/docs/development/local_builds.md @@ -14,6 +14,9 @@ pixi run setup pixi run build-emscripten-wasm32-pkg recipes/recipes_emscripten/regex ``` +!!! note + When using [Windows Subsystem for Linux](https://learn.microsoft.com/en-us/windows/wsl/) (WSL), some local builds might fail due to `libatomic` not be available. For cases like this, developers are required a full Linux machine like a virtual machine or cloud server. + ## Local builds with `rattler-build` We recommend using the `pixi` command to build packages locally. However, if you want to use `rattler-build` directly, you can do so with the following steps: From cc1b2475a6c8aa4b7a0f432cf7399aa9fc4f0a1a Mon Sep 17 00:00:00 2001 From: Raniere Silva Date: Wed, 4 Feb 2026 14:53:02 +0100 Subject: [PATCH 2/2] Improve language on box about WSL Co-authored-by: Isabel Paredes --- docs/development/local_builds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/local_builds.md b/docs/development/local_builds.md index 615ab7110d4..c793362cbae 100644 --- a/docs/development/local_builds.md +++ b/docs/development/local_builds.md @@ -15,7 +15,7 @@ pixi run build-emscripten-wasm32-pkg recipes/recipes_emscripten/regex ``` !!! note - When using [Windows Subsystem for Linux](https://learn.microsoft.com/en-us/windows/wsl/) (WSL), some local builds might fail due to `libatomic` not be available. For cases like this, developers are required a full Linux machine like a virtual machine or cloud server. + When using [Windows Subsystem for Linux](https://learn.microsoft.com/en-us/windows/wsl/) (WSL), some local builds might fail due to `libatomic` not being available. For cases like this, developers are required to use a full Linux machine such as a virtual machine or cloud server. ## Local builds with `rattler-build` We recommend using the `pixi` command to build packages locally. However, if you want to use `rattler-build` directly, you can do so with the following steps: