summary refs log tree commit diff
path: root/src/ci/docker/cross2
AgeCommit message (Collapse)AuthorLines
2017-11-13Use #!/usr/bin/env as shebang for Bash scriptsSébastien Santoro-2/+2
On some systems, the bash command could be available in another directory than /bin. As such, to offer an env shebang is more convenient. This make sense even for docker scripts, as you can use Docker on FreeBSD or SmartOS for example.
2017-10-17Remove tabsbgermann-2/+2
2017-10-17Make Solaris builder compatible with Solaris 10 retrybgermann-14/+14
Unfortunately, #45255 does not quite cut it, so use a different approach to have Solaris 10 compatibility by tricking libbacktrace's autoconf tests. The sysroot download routine is slightly changed, too.
2017-10-15Auto merge of #45299 - kennytm:rollup, r=kennytmbors-15/+19
Rollup of 9 pull requests - Successful merges: #45113, #45250, #45255, #45258, #45263, #45264, #45269, #45280, #45289 - Failed merges:
2017-10-13Make Solaris builder compatible with Solaris 10bgermann-15/+19
2017-10-11Add gcc-multilib to cross2Marco A L Barbosa-0/+1
2017-10-11Add builder for x86_64-unknown-linux-gnux32 in cross2Marco A L Barbosa-0/+1
2017-10-05Add libsocket and libresolv to Solaris builderbgermann-0/+4
2017-10-05Fix CC for solaris environmentsbgermann-2/+2
2017-10-05Merge dist-solaris with cross2 builderbgermann-16/+126
2017-10-05Rename dist-fuchsia builder to cross2bgermann-0/+131