I have a Tycho build w maven, I keep getting this error when deploying
Failed to connect to Mir: Failed to connect to server socket: No such file or directory
Unable to init server: Could not connect: Connection refused
The server logs:
xauth is already the newest version (1:1.0.9-1ubuntu2).
```xvfb is already the newest version (2:1.18.4-0ubuntu0.8).
I dug down and found the Eclipse Docker "gist" the gist Issue states
export DISPLAY=:0.0``` might help, so I tried:
before_install:
export DISPLAY=:0.0
Which gets executed, but the exception still gets thrown. any ideas would be helpful?