Open Razzwan opened 2 months ago
Am i understanding it correctly that this is running inside a docker container? If not, how is the path /app/...
?
If it is docker, then i have to admit that i did not test the instructions in that environment yet.
It probably won't give us more info, but can you re-run it with the --verbose
flag and post the full logs?
Yes, you are correct. It is inside Docker container.
I will try it with --verbose
and will let you ASAP
Describe the bug
Cross-platform compilation does not work:
The script keeps giving an error:
Reproduction
Linux debian:bookworm-slim
Create a fresh project as discribed here https://v2.tauri.app/start/create-project/
Install required packages as described here https://tauri.app/v1/guides/getting-started/prerequisites#1-system-dependencies and here https://tauri.app/v1/guides/building/cross-platform#experimental-build-windows-apps-on-linux-and-macos
Try to build Windows .exe file from linux using script
cargo tauri build --ci --runner cargo-xwin --target x86_64-pc-windows-msvc
Expected behavior
Build must be successfully created
Full
tauri info
outputAdditional context
TMPDIR=/var/tmp
(as was discussed here - https://github.com/tauri-apps/tauri/issues/4500).