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

Handle AUR dependencies during test #35

Open
thomaseizinger opened this issue Oct 12, 2023 · 3 comments
Open

Handle AUR dependencies during test #35

thomaseizinger opened this issue Oct 12, 2023 · 3 comments

Comments

@thomaseizinger
Copy link

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?

@KSXGitHub
Copy link
Owner

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

@thomaseizinger
Copy link
Author

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.

@KSXGitHub
Copy link
Owner

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

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

2 participants