[bug] Alpine build error #12296
Labels
help wanted
Help is requested to fix this issue
platform: Linux
status: needs triage
This issue needs to triage, applied to new issues
type: bug
Describe the bug
In order to avoid relying on a desktop system for my embedded device, I wanted to use Tauri. However, using Buildroot's root filesystem poses some challenges for Tauri's dependencies.
So, I tried using Docker with Alpine Linux and mounted the display device to run Tauri. Unfortunately, while compiling the application in the Alpine Docker environment, I encountered some issues, specifically with Rust's library linking, which resulted in errors.
When I use pkg-config, it shows that the library exists.
Reproduction
npm create tauri-app@latest
create a project. I try a vue-ts templatepnpm i
pnpm tauri build
Expected behavior
app can be built success
Full
tauri info
outputStack trace
Additional context
No response
The text was updated successfully, but these errors were encountered: