-
-
Notifications
You must be signed in to change notification settings - Fork 14k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cargo-tauri package can not be used to build appimages for tauri apps #295720
Comments
Hey thanks for reporting. Im wondering what we are doing wrong exactky. It could be just an env var that needs to be set or something. If you hear from upstream im interested! |
hey, I have investigated a little further. it seems that the missing https://nixos.wiki/wiki/Rust#Installation_via_rustup is part of the glib.dev package. --> --> I found this version here, configuring rust with rustup: https://nixos.wiki/wiki/Rust#Installation_via_rustup it sets some env variables and installes gib.dev. I tried several things with that, but still the same error. |
i'm seeing similar issues here https://github.com/rainlanguage/rain.orderbook/actions/runs/9970405092/job/27549240522?pr=721 |
Fixed by the pr below, cargo-tauri doesn't require anymore glibc: #335751 |
It turns out it still might be an issue. |
I confirm, I still get the same error. I haven't tried the cargo-tauri.hook method from here tauri-apps/tauri#8535 yet, nor do i know if this solves my problem ;). I have updated to the newest tauri version tauri-cli 2.0.0-rc.18 to test this. can do all the rest debian packages, rpm, binaries eerythig no problem. Just the AppImage doesn't get build ;). |
A basic devshell documentation is in plans tauri-apps/tauri-docs#2413 if you have any issues please let me know. |
Describe the bug
cargo-tauri app can not be used to build appimage for tauri apps
Here are more explanations: tauri-apps/tauri#8535
Steps To Reproduce
Steps to reproduce the behavior:
tauri build -v
results in:
Expected behavior
It should work out-of-the-box
Screenshots
tauri-apps/tauri#8535
Notify maintainers
@dit7ya
@happysalada
Context
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: