ali5h
ali5h
that makes sense, how the c linker generates the hash? the old pipeline is using `go install`, and we generated random number as build id!!
i added a sample macro for pytest here https://github.com/ali5h/rules_pip/blob/master/defs.bzl#L116
i added that as a sample. there is no need to load the `pytest` explicitly, updated the sample to show this
use https://github.com/ali5h/rules_pip/ and use `pip_install(["--platform=linux_x86_64"])`
you can define multiple piplib repos for different platforms and use select to pickup correct one
At Voleon we use bazel heavily for python and other languages, and we use [ali5h/rules_pip](https://github.com/ali5h/rules_pip/) 😉 Btw, the link posted by OP to [ali5h/rules_pip](https://github.com/ali5h/rules_pip/) is wrong
yeah, that would be great