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
chore(test): support cross-platform test environment setup
Add GOPATH_LINUX_BIN to separate Linux binary paths from native binaries
on non-Linux hosts (e.g., macOS). On Linux, GOPATH_LINUX_BIN defaults to
$GOPATH/bin; on other platforms it defaults to $GOPATH/linux_$GOARCH.
- Update all docker-compose.yml volume mounts to use GOPATH_LINUX_BIN
- Add auto-build of dgraph binary when missing (make install + t.go)
- Cross-compile Linux binary on non-Linux hosts during make install
- Modularize t/Makefile dependency checks into individual scripts
0 commit comments