facebook / buck

A fast build system that encourages the creation of small, reusable modules over a variety of platforms and languages.
https://buck.build
Apache License 2.0
8.56k stars 1.16k forks source link

jitpack: fix python3 on dev branch #2545

Closed vmagro closed 4 years ago

vmagro commented 4 years ago

The jitpack build on the dev branch was broken. I just copied jitpack.yml from master and it worked.

See https://jitpack.io/com/github/vmagro/buck/0ab9a3d7ca9371b3d047ac547a01961849644ed1/build.log an earlier version of this commit before amending this summary

vmagro commented 4 years ago

For some more context, this is blocking a functional release of https://github.com/facebookincubator/antlir which relies on functionality that is only present on dev (minimally, native.sha256 which is as far as I got before it broke)

v-jizhang commented 4 years ago

@vmagro We don't accept PRs on dev branch, please submit a diff internally. Thanks