github-actions-deploy-aur icon indicating copy to clipboard operation
github-actions-deploy-aur copied to clipboard

Handle AUR dependencies during test

Open thomaseizinger opened this issue 10 months ago • 3 comments

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?

thomaseizinger avatar Oct 12 '23 01:10 thomaseizinger

The main functionality of this action is to publish AUR package, not to build it.

KSXGitHub avatar Oct 12 '23 04:10 KSXGitHub

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.

thomaseizinger avatar Oct 12 '23 07:10 thomaseizinger

The default test_flags is --cleanbuild --nodeps. Maybe you can explicitly change it to an empty string?

KSXGitHub avatar Oct 12 '23 07:10 KSXGitHub