py-tensorflow: remove bazel restriction to /tmp (#22250)
This commit is contained in:
parent
6e3f7781d4
commit
01ea3e3469
@ -548,7 +548,7 @@ def setup_build_environment(self, env):
|
||||
# ])
|
||||
# to not be nfs. This is only valid for Linux and we'd like to
|
||||
# stay at least also OSX compatible
|
||||
tmp_path = tempfile.mkdtemp(dir='/tmp', prefix='spack')
|
||||
tmp_path = tempfile.mkdtemp(prefix='spack')
|
||||
env.set('TEST_TMPDIR', tmp_path)
|
||||
|
||||
env.set('TF_SYSTEM_LIBS', 'com_google_protobuf')
|
||||
|
Loading…
Reference in New Issue
Block a user