You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was curious if your company might support gollvm.
I was able to compile the Worker project, using gollvm .
I wasn't able to run any tests, due to
$ go test ./...
github.com/travis-ci/worker/backend
vet: backend/ec2.go:23:2: could not import github.com/aws/aws-sdk-go/service/ec2 (EOF)
ok github.com/travis-ci/worker 5.025s
github.com/travis-ci/worker/backend
vet: backend/ec2.go:23:2: could not import github.com/aws/aws-sdk-go/service/ec2 (EOF)
FAIL github.com/travis-ci/worker/backend [build failed]
ok github.com/travis-ci/worker/cmd/travis-worker 3.316s
ok github.com/travis-ci/worker/config (cached)
? github.com/travis-ci/worker/context [no test files]
? github.com/travis-ci/worker/errors [no test files]
ok github.com/travis-ci/worker/image 1.590s
? github.com/travis-ci/worker/metrics [no test files]
ok github.com/travis-ci/worker/ratelimit 0.898s
? github.com/travis-ci/worker/remote [no test files]
? github.com/travis-ci/worker/ssh [no test files]
? github.com/travis-ci/worker/winrm [no test files]
FAIL
$ go test ./...
github.com/travis-ci/worker/backend
vet: backend/ec2.go:23:2: could not import github.com/aws/aws-sdk-go/service/ec2 (EOF)
ok github.com/travis-ci/worker 5.025s
github.com/travis-ci/worker/backend
vet: backend/ec2.go:23:2: could not import github.com/aws/aws-sdk-go/service/ec2 (EOF)
FAIL github.com/travis-ci/worker/backend [build failed]
ok github.com/travis-ci/worker/cmd/travis-worker 3.316s
ok github.com/travis-ci/worker/config (cached)
? github.com/travis-ci/worker/context [no test files]
? github.com/travis-ci/worker/errors [no test files]
ok github.com/travis-ci/worker/image 1.590s
? github.com/travis-ci/worker/metrics [no test files]
ok github.com/travis-ci/worker/ratelimit 0.898s
? github.com/travis-ci/worker/remote [no test files]
? github.com/travis-ci/worker/ssh [no test files]
? github.com/travis-ci/worker/winrm [no test files]
FAIL
Hi there.
I was curious if your company might support gollvm.
I was able to compile the Worker project, using gollvm .
I wasn't able to run any tests, due to
Hence that
.
The text was updated successfully, but these errors were encountered: