Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/development/local_builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 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:

Expand Down