-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
feat: add alternative headless and libadwaita builds #227
Conversation
b84fb39
to
7419a7f
Compare
7419a7f
to
fe2fe8a
Compare
aa2b7e2
to
6278025
Compare
- name: Set libadwaita target | ||
if: contains(matrix.target-os, 'libadwaita') | ||
run: sed -i 's/\&\& make/\&\& make build-release-libadwaita/g' pkg/recipes/lact/recipe.yml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
woulnd't it be better to keep the original recipe intact and just create another one for libadwaita?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm trying to avoid the duplicate build steps between the recipes, ideally this would be done by passing some build flag when building the package, but unfortunately it doesn't seem possible
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've ended up creating separate recipes after all so it's easier to manage
77c1db2
to
a4c1f3f
Compare
LGTM :) |
No description provided.