Skip to content
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

Consider packaging binary releases for AUR please #87

Open
max-ishere opened this issue Feb 19, 2023 · 4 comments
Open

Consider packaging binary releases for AUR please #87

max-ishere opened this issue Feb 19, 2023 · 4 comments

Comments

@max-ishere
Copy link
Contributor

The only reason im asking this is because cargo is really slow in compiling everything and thus updates take a long time

@LGFae
Copy link
Owner

LGFae commented Feb 25, 2023

Most likely the big problem in slow compiles is the lto = true configuration in Cargo.toml. You can try removing that to make things faster, though note it will make the daemon consume more cpu and ram.

In any case @HakierGrzonzo, think this might be possible?

@HakierGrzonzo
Copy link

Hello @max-ishere! Thanks for using the package. Please raise AUR issues under the package page on the AUR, as I currently maintain the package exclusively.

Currently the AUR package has the options=(!lto) specified in the PKGBUILD, as some users have reported compilation errors without that option. As far as I understand that should disable link time optimization on it's own.

As for binary releases, I might investigate using github actions to build the application and docs as a weekend project. No promises here.

@max-ishere
Copy link
Contributor Author

Thanks so much in advance.

@grudgingly
Copy link

Just want to point out swww is in the chaotic-aur repo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants