Handle AUR dependencies during test
I have an AUR package that depends on another AUR package for building. Is it possible to somehow specify to install that before attempting to build it?
Would it make sense to automatically install all specified dependencies?
The main functionality of this action is to publish AUR package, not to build it.
The main functionality of this action is to publish AUR package, not to build it.
But it does offer test! Unfortunately, I cannot use test for my package because it depends on other AUR packages.
The default test_flags is --cleanbuild --nodeps. Maybe you can explicitly change it to an empty string?