chainguard-dev / melange

build APKs from source code
Apache License 2.0
412 stars 95 forks source link

melange bump: doesn't work with `var-transforms` #418

Closed rawlingsj closed 1 year ago

rawlingsj commented 1 year ago

I did have an initial attempt of getting melange bump to reuse pipeline mutation functions but that caused circular dependencies. i.e. functions in the build package use function in renovate so renovate cannot use functions in build.

I bad attempt was this draft PR https://github.com/chainguard-dev/melange/pull/347 which refactored code under a single package but that is not good. After chatting to @kaniini it sounds like some work planned here may help.

Elizafox commented 1 year ago

Once #586 is merged, this will be fixed.