This fixes a race condition in runc/systemd at container creation time opencontainers/runc#1683 Signed-off-by: vikaschoudhary16 <vichoudh@redhat.com>
18 lines
266 B
YAML
18 lines
266 B
YAML
language: go
|
|
go:
|
|
- 1.9.x
|
|
- tip
|
|
|
|
go_import_path: github.com/containerd/console
|
|
|
|
install:
|
|
- go get -d
|
|
- GOOS=windows go get -d
|
|
- GOOS=solaris go get -d
|
|
|
|
script:
|
|
- go test -race
|
|
- GOOS=windows go test
|
|
- GOOS=solaris go build
|
|
- GOOS=solaris go test -c
|