Colin Woodbury
Colin Woodbury
I see this repo doesn't have its tests ran in CI. Has anyone made a docker image / Github Action that has the main implementations installed for quick testing via...
`sudo` isn't necessary for building, only the final installation, in which it does prompt you for `sudo`. It sounds like the `sudo` request is timing out?
Thanks, I'll consider these.
Interesting, this seems to occur during the second build attempt. I will investigate more.
Perhaps then this is something we could suggest to the upstream packager.
Exactly, there shouldn't be a difference. Aura is just invoking `makepkg` as-is. The issue is that when the build directory is not "clean", some `configure` settings seem to be conflicting.
Hi, thanks for the suggestion. This has been requested before here: https://github.com/fosskers/aura/issues/670 At the time I decided not to implement it, as Aura doesn't have its own database separate from...
We just ran into this and would love the ability to inherit dependency groups / tool settings from the workspace.
Thanks, I will double-check this.
From the Pacman manpage: ``` --ignore Directs pacman to ignore upgrades of package even if there is one available. Multiple packages can be specified by separating them with a comma....