Replies: 1 comment 7 replies
-
I did some work several years ago to package Bazel for Debian, which required us to build Bazel with Debian system libraries. Unfortunately, the build is not maintained and probably no longer works, but I can share what I did to make it work and maybe we check if the solution will work with Bzlmod.
To make it a general solution, I think the main problems are:
|
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The existing mechanism in tensorstore and tensorflow uses an environment variable that is checked by a special repository rule.
@fmeum Proposed using a
build_setting
instead. Regardless of how the selection is made, though, the following functionality is needed:See discussion on Slack here: https://bazelbuild.slack.com/archives/C014RARENH0/p1702789572436649?thread_ts=1702671095.223429&cid=C014RARENH0
Beta Was this translation helpful? Give feedback.
All reactions