commit | c01a0f6750e76b14d507c8ea1ff51385e1616756 | [log] [tgz] |
---|---|---|
author | Chris Mumford <cmumford@google.com> | Mon Aug 14 13:50:14 2023 -0700 |
committer | SkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com> | Tue Aug 15 14:25:53 2023 +0000 |
tree | 83fdad74aa989db34da34b30db00206924b226b5 | |
parent | 2ebf1b8d15f2db0cc5cea053b286a5e252eeb417 [diff] |
Add DNS entry for jsfiddle2.skia.org This is for the migration of jsfiddle.skia.org to skia-infra-public. jsfiddle2 is a temporary host name that will be renamed to jsfiddle at switchover. Bug: b/295534733 Change-Id: Ia821bfff1b2729667259cfa5e4df88546a2ebb5b Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/741501 Auto-Submit: Chris Mumford <cmumford@google.com> Commit-Queue: Ravi Mistry <rmistry@google.com> Reviewed-by: Ravi Mistry <rmistry@google.com>
This repo contains infrastructure code for Skia.
The main source code repository is a Git repository hosted at https://skia.googlesource.com/buildbot.git. It is possible to check out this repository directly with git clone
or via go get
.
Using git clone
allows you to work in whatever directory you want. You will still need to set GOPATH in order to build some apps (recommended to put this in a cache dir). E.g.:
$ cd ${WORKDIR} $ git clone https://skia.googlesource.com/buildbot.git $ export GOPATH=${HOME}/.cache/gopath/$(basename ${WORKDIR}) $ mkdir $GOPATH $ cd buildbot
Almost all applications are built with Bazel, and bazelisk is the recommended tool to ensure you have the right version of bazel installed:
go install github.com/bazelbuild/bazelisk@latest go install github.com/bazelbuild/buildtools/buildifier@latest go install github.com/kisielk/errcheck@latest go install golang.org/x/tools/cmd/goimports@latest go install github.com/mikefarah/yq/v4@latest go install go.chromium.org/luci/client/cmd/...@latest
sudo apt-get install jq
bazelisk build --config=mayberemote //...
bazelisk test --config=mayberemote //...
To update generated code run the following in any directory:
go generate ./...
Install Cloud SDK.
Use this command to run the presubmit tests:
./run_unittests --small