mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
Add java setup to mac instructions.
This commit is contained in:
parent
34d3c5e1ce
commit
08bc01be54
1 changed files with 10 additions and 2 deletions
|
@ -42,16 +42,24 @@ This issue is tracked at
|
||||||
|
|
||||||
* Log in through VNC, and run `xcode-select --install`
|
* Log in through VNC, and run `xcode-select --install`
|
||||||
|
|
||||||
|
* Still in VNC, install the jdk8 package from http://adoptopenjdk.net
|
||||||
|
|
||||||
|
* Install an ssh key into /Users/administrator/.ssh/authorized_keys and
|
||||||
|
/var/root/.ssh/authorized_keys.
|
||||||
|
|
||||||
## Taskcluster secrets
|
## Taskcluster secrets
|
||||||
|
|
||||||
This SaltStack configuration has a custom module that uses Taskcluster’s
|
This SaltStack configuration has a custom module that uses Taskcluster’s
|
||||||
[secrets service](https://tools.taskcluster.net/secrets/).
|
[secrets service](https://tools.taskcluster.net/secrets/).
|
||||||
These secrets include an [authentication token](
|
These secrets include an authentication token.
|
||||||
You’ll need to authenticate with a Taskcluster client ID
|
You’ll need to authenticate with a Taskcluster client ID
|
||||||
that has scope `secrets:get:project/servo/*`.
|
that has scope `secrets:get:project/servo/*`.
|
||||||
This should be the case if you’re a Servo project administrator (the `project-admin:servo` role).
|
This should be the case if you’re a Servo project administrator (the `project-admin:servo` role).
|
||||||
|
|
||||||
|
To authenticate, install [taskcluster-cli](https://github.com/taskcluster/taskcluster-cli)
|
||||||
|
and run `eval \`taskcluster signin\``. This will set up the TASKCLUSTER_CLIENT_ID and
|
||||||
|
TASKCLUSTER_ACCESS_TOKEN variables to allow retrieving secrets appropriately in the current
|
||||||
|
terminal session.
|
||||||
|
|
||||||
## Worker’s client ID
|
## Worker’s client ID
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue