commit 8b30ee00debb11a1c165435d304a406c8408f216 Author: Georg Koppen gk@torproject.org Date: Thu Jun 7 06:02:16 2018 +0000
Bug 26153: Enable selfrando for 64bit only for now
The 32bit toolchain is not able to link libxul anymore with selfrando enabled as the linker is running out of address space. We therefore disable selfrando for 32bit for now. --- rbm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rbm.conf b/rbm.conf index b3dd729..de5102d 100644 --- a/rbm.conf +++ b/rbm.conf @@ -165,7 +165,7 @@ targets: # We only build snowflake for linux on the alpha and nightly channels for now. snowflake: '[% c("var/alpha") || c("var/nightly") %]' fteproxy: 1 - selfrando: '[% ! c("var/release") %]' + selfrando: '[% c("var/linux-x86_64") && ! c("var/release") %]' container: suite: wheezy deps:
tor-commits@lists.torproject.org