forked from OSchip/llvm-project
12 lines
344 B
Bash
12 lines
344 B
Bash
#
|
|
# This file template shows which environment variables are required to run
|
|
# libc++ CI nodes. The actual values of these tokens must obviously never be
|
|
# checked in.
|
|
#
|
|
|
|
# Required to talk with the Phabricator API to update build results
|
|
CONDUIT_TOKEN=<secret>
|
|
|
|
# Required to register a new agent with Buildkite
|
|
BUILDKITE_AGENT_TOKEN=<secret>
|