tensorflow / build

Build-related tools for TensorFlow
Apache License 2.0
278 stars 114 forks source link

Make build environment manylinux2014 compatible #52

Closed nitins17 closed 2 years ago

nitins17 commented 2 years ago

Modifies the build environment to be manylinux2014 compatible

Changes include:

angerson commented 2 years ago

You should be able to apply that label whenever you like, as a TF org member.

angerson commented 2 years ago

Huh. I guess the push didn't work because

Secrets are not passed to workflows that are triggered by a pull request from a fork.

So what I think you'll have to do instead is create a branch on this repository directly (you should have permissions to do this as a DevInfra team member) and then create a PR based on that branch, instead of a PR from your fork.

nitins17 commented 2 years ago

Closed this as #57 now instead tracks the manylinux2014 upgrade.