Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDockerfile to build container used by TaskCluster #19694
Conversation
TC pulls the container from https://hub.docker.com/r/servobrowser/servo-linux-dev/ Perms to upload there are managed with other infra secrets This is as the Dockerfile stood when I last uploaded; future work includes automating the build and push upon Dockerfile changes landing in this repo.
highfive
commented
Jan 4, 2018
|
Heads up! This PR modifies the following files:
|
|
@edunham Instead of manually listing out the (os-specific) instructions in the Dockerfile ( |
|
@edunham @metajack @larsbergstrom could you please chime in on this or the other PR? It sounds like the Webrender folks are having a really great experience with TC so far, so I'd love to make progress on the Servo side! |
|
@edunham ping :-) |
|
This is currently wrong because we switched to using rustup on every build anyways... |
|
Closing as servo/saltfs#768 has been merged. |
edunham commentedJan 4, 2018
•
edited by SimonSapin
TC pulls the container from https://hub.docker.com/r/servobrowser/servo-linux-dev/
Perms to upload there are managed with other infra secrets
This is as the Dockerfile stood when I last uploaded; future work includes
automating the build and push upon Dockerfile changes landing in this repo.
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsr? @aneeshusa
This change is