py-tensorboard-data-server: add Linux aarch64 support (#34437)

This commit is contained in:
Adam J. Stewart 2022-12-12 03:40:48 -06:00 committed by GitHub
parent 43d97afd8b
commit 7d72aeb4fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,11 @@ class PyTensorboardDataServer(PythonPackage):
sha256="878bbd60fd9c38216a372792f02a65c1b422b6c546050fdf335b264ab263cd8a",
when="@0.6.1",
)
patch(
"https://github.com/tensorflow/tensorboard/pull/6101.patch?full_index=1",
sha256="4b3bcc2ed656699e9faad7937d013b65fa65fed58fbe58d2ae38e0e7b8006ad8",
when="@0.6.1",
)
def setup_build_environment(self, env):
env.set("CARGO_HOME", self.stage.source_path)