Skip to content

Commit

Permalink
debug xvfb: run glxinfo -B
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Dec 2, 2024
1 parent 6080aa9 commit db67d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
CLANG_TIDY_ARGS: --fix --fix-errors --format-style=file
UPSTREAM_WORKSPACE: .github/workflows/upstream.rosinstall
# Install and start xvfb for GLFW
AFTER_INIT: ${{ matrix.render_backend == 'USE_GLFW' && 'apt-get install -qy xvfb; export "DISPLAY=:99.0"; Xvfb :99 &' || '' }}
AFTER_INIT: ${{ matrix.render_backend == 'USE_GLFW' && 'apt-get install -qy xvfb; export "DISPLAY=:99.0"; Xvfb :99 &; glxinfo -B' || '' }}
# Pull any updates to the upstream workspace
AFTER_SETUP_UPSTREAM_WORKSPACE: vcs pull $BASEDIR/upstream_ws/src
AFTER_SETUP_DOWNSTREAM_WORKSPACE: vcs pull $BASEDIR/downstream_ws/src
Expand Down

0 comments on commit db67d9f

Please sign in to comment.