You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is something that can be fixed or not, but I'm trying to build a Tauri app from inside a docker container with the following command:
The error message indicates a certain download error. The amount of files that can succesfully be fetched varies from time to time and also retrying it will sometimes result in a successful build.
Is there a way to work around this issue?
The text was updated successfully, but these errors were encountered:
I'm not sure if this is something that can be fixed or not, but I'm trying to build a Tauri app from inside a docker container with the following command:
yarn tauri build --runner cargo-xwin --target x86_64-pc-windows-msvc
This will internally start a call to cargo-xwin which will kick off the build process which results in the following command being executed:
cargo-xwin build --bins --features tauri/custom-protocol,tauri/native-tls --release --target x86_64-pc-windows-msvc
Many times the result of this attempt will be the following:
The error message indicates a certain download error. The amount of files that can succesfully be fetched varies from time to time and also retrying it will sometimes result in a successful build.
Is there a way to work around this issue?
The text was updated successfully, but these errors were encountered: