https://stackoverflow.com/questions/40775920/how-can-i-make-bazel-use-external-storage-when-building

 

Step:

$ export TEST_TMPDIR=/data/share/morganh/bazel_cache    (note: bazel_cache cannot locate in the folder you want to bazel build)

$ cd /data/share/morganh/maglev

$ sudo bazel version

 

Official web: 

https://docs.bazel.build/versions/master/output_directories.html

 

Search:  bazel TEST_TMPDIR

 

Other links:

https://blog.csdn.net/huang_yx005/article/details/78872505

https://groups.google.com/forum/#!topic/bazel-discuss/OCSu95cM5Hw

 

相关文章:

  • 2021-06-08
  • 2021-06-02
  • 2021-11-29
  • 2021-10-17
  • 2022-02-17
  • 2021-05-21
  • 2021-10-21
猜你喜欢
  • 2022-12-23
  • 2021-07-04
  • 2022-12-23
  • 2021-06-05
  • 2021-08-31
  • 2021-12-28
  • 2020-03-23
相关资源
相似解决方案