gvisor/.github/workflows
Adin Scannell e74aa25e22 Fix Go branch building.
Files removed from the working tree were not being properly removed from
the branch, leading to symbol conflicts while building. This requires the
change to 'git add --all' in the tools/go_branch.sh script.

But why was this not caught by CI? The "git clean -f" command by default
only cleans files in the current working directory. In order to clean the
whole tree recursively, we need to specify a pathspec, which is ".".

In addition to these fixes, re-add the "go tests" command to help prevent
this from happening again, since merges on the Go branch will happen in
GitHub actions for simplicity. The Go test is retained in BuildKite.

PiperOrigin-RevId: 351503804
2021-01-12 20:33:28 -08:00
..
build.yml Fix Go branch building. 2021-01-12 20:33:28 -08:00
go.yml Fix Go branch building. 2021-01-12 20:33:28 -08:00
issue_reviver.yml Add YAML validation for configuration files. 2021-01-05 10:43:04 -08:00
labeler.yml Add YAML validation for configuration files. 2021-01-05 10:43:04 -08:00
stale.yml Add YAML validation for configuration files. 2021-01-05 10:43:04 -08:00