-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Version of orchestrion
Orchestrion v1.5.0
Describe what happened:
Following the simple bootstrap steps (install then orchestrion pin
) on a project that also includes Ginkgo v2, the build fails with this output:
❯ orchestrion go build .
❯ orchestrion go build .
go: downloading github.com/onsi/ginkgo/v2 v2.22.1
# github.com/onsi/ginkgo/v2/internal/parallel_support
/Users/bstraub/go/pkg/mod/github.com/onsi/ginkgo/[email protected]/internal/parallel_support/http_client.go:25: undefined: __orchestrion_client.serverHost
/Users/bstraub/go/pkg/mod/github.com/onsi/ginkgo/[email protected]/internal/parallel_support/http_client.go:46: undefined: __orchestrion_client.serverHost
/Users/bstraub/go/pkg/mod/github.com/onsi/ginkgo/[email protected]/internal/parallel_support/http_client.go:59: undefined: __orchestrion_client.serverHost
/Users/bstraub/go/pkg/mod/github.com/onsi/ginkgo/[email protected]/internal/parallel_support/http_client.go:163: undefined: __orchestrion_client.serverHost
exit status 2
exit status 1
Steps to reproduce the issue:
Here's a repo that fails to build on my machine with the above error message: https://github.com/ben/ginkgo-orchestrion-test
Additional environment details (Version of Go, Operating System, etc.):
❯ orchestrion version
orchestrion v1.5.0
❯ go version
go version go1.24.3 darwin/arm64
❯ env | grep '^GO'
GOBIN=/Users/bstraub/.local/share/mise/installs/go/1.24.3/bin
GOROOT=/Users/bstraub/.local/share/mise/installs/go/1.24.3
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working