commit c39a0a69d2451fc862dccfd35126f9ab1f689509 Author: Nicolas Vigier boklm@torproject.org Date: Sat Sep 12 10:09:35 2015 +0200
Revert "Run "dpkg --add-architecture i386" on linux-i686 builds"
This reverts commit c0c64f886175164edf8df3f5a91c2f22fe33ace0.
We are going back to using Ubuntu lucid for Linux builds. --- rbm.conf | 1 - 1 file changed, 1 deletion(-)
diff --git a/rbm.conf b/rbm.conf index 7e41946..91d46ac 100644 --- a/rbm.conf +++ b/rbm.conf @@ -54,7 +54,6 @@ targets: osname: linux-i686 configure_opt: '--host=i686-linux-gnu CFLAGS=-m32 CXXFLAGS=-m32 LDFLAGS=-m32' compiler: gcc - pre_pkginst: dpkg --add-architecture i386 windows-i686: arch: i686 var:
tor-commits@lists.torproject.org