-
-
Notifications
You must be signed in to change notification settings - Fork 60
refactor: implement the new bzlmod api #183
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
base: main
Are you sure you want to change the base?
Conversation
| `apt.install` will install generate a package repository for each package and architecture | ||
| combination in the form of `@<TARGET_RELEASE>_<PKG_NAME>_<PKG_ARCH>`. |
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.
Could there be a way to specify the package version too? Regenerating the lock file currently always use the latest version but sometimes we could want older ones for compatibility.
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.
we support version constraints.
|
I'd find this feature very useful. I hope it gets merged soon! |
|
Still working on this, there will be some breaking changes but this will eventually land./ |
|
Hope this supports "postinst" script, or at least provides a hook for people to manually add a few commands from "postinst". |
@gfrankliu post int is just too hard to support as you must execute it within the context of a container. You're better off doing that with a dockerfile or something. |
That's why I was suggesting providing a "hook" so that people can run the equivalent postint script. Users can read/understand the package provided postinst and write a compatible/equivalent script that can run using the "hook". |
Fixes #123 #56 #66 #124