Commit Graph

4 Commits

Author SHA1 Message Date
Kacper Rączy 82ba1dd242 devcontainer: use VirtualGL on mac hosts (#30090)
* Install virtualgl in a container

* Initialize virtualgl in bashrc

* Create virtual screen when starting

* Start vglclient on host

* Run Xvfb in separate tmux session to keep it running

* Add note about virtualGL in readme

* Add wget

* source vglrun

* Start xvfb only when forwarding x11

* Remove section about vglrun from readme

* HOST_DISPLAY implementation

* Add MOTD message instead of readme section
old-commit-hash: d15c2d951fb795021c3c571d7ed28f7dc1f12b90
2023-09-29 17:45:06 -07:00
Justin Newberry fc69b28f7e Devcontainer: improve CI tests and support using local built image (#30012)
* improve devcontainer tests

* test full build with cache

* fix that

* fix the cache

* fix the cache
old-commit-hash: 003018fc468c3a0a902160413ea5f5d434a987b9
2023-09-24 17:24:44 -07:00
Adeeb Shihadeh 5dbdbd0db9 dev container: pull docker base image (#29968)
old-commit-hash: d0a31515a0ab5a91a949cd6f9ef3e05ef093925f
2023-09-18 19:45:12 -07:00
Kacper Rączy 109515a208 devcontainer: expose host config, fix mac screen issues (#29932)
* export host config via .host/.env file. fix mac display issues

* append instead of replace for bashrc

* Log when mac display override happens

* Update xauthority path in json
old-commit-hash: dd26a1faadb4cb6a468b77d5be7803cf1dad4beb
2023-09-15 23:00:24 +02:00