commit 60163914e4f9418709bfe5b8fdc946fb56ca6e07 Author: Georg Koppen gk@torproject.org Date: Thu Dec 6 19:13:53 2018 +0000
Bug 28750: Switch to Buster for avoiding faketime issues
If we are using faketime on Stretch when signing our debug .apk the build freezes for unknown reasons on some machines. Switching to Buster avoids that. --- projects/tor-browser/config | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/projects/tor-browser/config b/projects/tor-browser/config index 2b937bd..3a7f035 100644 --- a/projects/tor-browser/config +++ b/projects/tor-browser/config @@ -47,6 +47,11 @@ targets: arch_deps: - openjdk-8-jdk - faketime + # On some machines using faketime with Stretch to make the debug signature + # leads to a stalled build. Work around this by switching to Buster. + container: + suite: buster + arch: amd64
input_files: - project: container-image