mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-12 06:08:24 +02:00
The cctools-port build scripts were pulling and building the master branch of the cctools-port repo, which means they'd build whatever was there when they get triggered. I think this was copied from my build-cctools script which did the same thing, so it's my fault in the end! This patch pins a revision in the script so we'll build the same thing until we explicitly update. I also fixed the scripts to use git instead of tc-vcs, since tc-vcs prints misleading error messages, and nothing else uses that anymore. Finally, I removed the build-cctools script, since all the builds are using cctools-port now so it doesn't serve any useful purpose. MozReview-Commit-ID: 5myqHS4duor --HG-- extra : rebase_source : 11231cbe49c7ba830a880bfa4600f0a24d61471d |
||
|---|---|---|
| .. | ||
| build-binutils-linux.sh | ||
| build-cctools-port-macosx.sh | ||
| build-cctools-port.sh | ||
| build-clang-linux.sh | ||
| build-clang-macosx.sh | ||
| build-clang-tidy-linux.sh | ||
| build-clang-tidy-macosx.sh | ||
| build-clang-tidy32-windows.sh | ||
| build-clang-tidy64-windows.sh | ||
| build-clang-windows-helper32.sh | ||
| build-clang-windows-helper64.sh | ||
| build-clang32-windows.sh | ||
| build-clang64-windows.sh | ||
| build-gcc-linux.sh | ||
| build-hfsplus-linux.sh | ||
| build-libdmg-hfsplus.sh | ||
| minidump_stackwalk.sh | ||
| repackage-jdk-centos.sh | ||
| tooltool-download.sh | ||