Confirmed users
3,104
edits
| Line 19: | Line 19: | ||
http://puppetagain.pub.build.mozilla.org/data/repos/yum/releng/public/CentOS/6/i386/gcc472_0moz1-4.7.2-0moz1.i686.rpm \ | http://puppetagain.pub.build.mozilla.org/data/repos/yum/releng/public/CentOS/6/i386/gcc472_0moz1-4.7.2-0moz1.i686.rpm \ | ||
http://puppetagain.pub.build.mozilla.org/data/repos/yum/releng/public/CentOS/6/i386/mozilla-python27-2.7.3-1.el6.i686.rpm | http://puppetagain.pub.build.mozilla.org/data/repos/yum/releng/public/CentOS/6/i386/mozilla-python27-2.7.3-1.el6.i686.rpm | ||
Alternatively you can use vagrant with the following box images (TODO: move the files somewhere else): | |||
* 64 bit: https://dl.dropboxusercontent.com/u/174215/clang-centos62-64.box | |||
* 32 bit: https://dl.dropboxusercontent.com/u/174215/clang-centos62-32.box | |||
Passwords for root and vagrant users are "vagrant". You can create your vagrant VMs similar to this: | |||
vagrant init $URL_from_above | |||
vagrant up | |||
# ignore timeout warnings | |||
vagrant ssh | |||
# use "vagrant" as a pasword | |||
To build clang clone mozilla-central and run the build script: | To build clang clone mozilla-central and run the build script: | ||