Jacob Heider
Jacob Heider
oops, think i might have stomped on your change, @bonitao . i'll back off if you're still actively debugging. :)
This is fairly cool. The repo contains most of the info they'd need, except for the available versions. Talking with @sanchitram1 about ideas here.
fix proved out here: https://github.com/pkgxdev/pantry/actions/runs/10002697575/job/27648608233
It depends on what problem you're having. If it's a problem with the environment construction, then this is the correct repo. If it's a problem with the `gnu.org/gcc` formula, then...
> the build system couldn't find `x86_64-linux-gnu-gcc` yes, we don't add the system-target binaries to the `provides:` key for `gnu.org/gcc`. this *would* be solved using `pkgx +gnu.org/gcc`, but because they...
It looks like swift version issues. I'll check the builders and see if they need updates.
everything is updated; it looks like you were forcing it to use swift 5.9.2 (hence the tools version, i think). i removed that line so it uses xcode.
the main binary builds, but the framework is still complaining. using `swift package tools-version --set-current` is the suggested fix, but it seems insufficient.
it's slightly trickier, since they're all different repos. that said, we can add any versions needed, assuming they're not insanely different to build (or if they are, but that takes...
```yaml versions: # TODO: more majors - github: openjdk/jdk20u/tags # each repo contains all the prior repo tags at the time of the fork, # as well as tags like...