Skip to content

Instantly share code, notes, and snippets.

@jonasfj
Created March 24, 2015 17:55
Show Gist options
  • Save jonasfj/91526a796c9f1cdc5c87 to your computer and use it in GitHub Desktop.
Save jonasfj/91526a796c9f1cdc5c87 to your computer and use it in GitHub Desktop.
{
"provisionerId": "aws-provisioner",
"workerType": "rustbuild",
"schedulerId": "-",
"retries": 5,
"created": "2015-03-24T17:55:22.372Z",
"deadline": "2015-03-24T18:55:22.372Z",
"scopes": [],
"payload": {
"image": "ubuntu:14.04",
"command": [
"/bin/bash",
"-c",
"cd /home && apt-get update && apt-get install -y build-essential python perl curl git libc6-dev-i386 gcc-multilib g++-multilib llvm llvm-dev && apt-get build-dep -y clang llvm && git clone https://github.com/rust-lang/rust.git && cd rust && ./configure --target=x86_64-unknown-linux-gnu --build=x86_64-unknown-linux-gnu && time make -j 8"
],
"maxRunTime": 7200
},
"metadata": {
"name": "Crater task build-08dd30d9eb685f29b82faae66b5fdb9fc4762a91",
"description": "Testing Rust crates for Rust language regressions",
"owner": "[email protected]",
"source": "http://github.com/brson/taskcluster-crater"
},
"tags": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment