Remove more Taskcluster and Treeherder integration

Servo no longer uses Taskcluster and Treeherder, so this change removes
script references to those services and support files.
This commit is contained in:
Martin Robinson 2023-04-10 13:56:47 +02:00
parent d579bd91b8
commit bc3abf9953
25 changed files with 11 additions and 2174 deletions

View file

@ -58,8 +58,8 @@ NOTE: run these steps after you've cloned the project locally.
``` sh
cd servo
brew bundle install --file=etc/taskcluster/macos/Brewfile
brew bundle install --file=etc/taskcluster/macos/Brewfile-build
brew bundle install --file=etc/homebrew/Brewfile
brew bundle install --file=etc/homebrew/Brewfile-build
pip install virtualenv
```