Initial commit

This commit is contained in:
Paul Armstrong
2021-12-27 15:11:28 +10:00
parent fa3e7a57b5
commit ec4ed25207
7 changed files with 244 additions and 2 deletions

11
files/patch-configure.py Normal file
View File

@@ -0,0 +1,11 @@
--- configure.py.orig 2021-12-25 17:58:29.902610000 +0000
+++ configure.py 2021-12-25 17:59:34.301740000 +0000
@@ -475,7 +475,7 @@
print('Cannot find bazel. Please install bazel.')
sys.exit(0)
curr_version = run_shell(
- ['bazel', '--batch', '--bazelrc=/dev/null', 'version'])
+ ['bazel', '--batch', '--output_user_root=/tmp/.bazel', '--bazelrc=/dev/null', 'version'])
for line in curr_version.split('\n'):
if 'Build label: ' in line: