Skip to content

Commit a1519b4

Browse files
authored
Ensure /tmp/.X11-unix is in place before starting weston (#6620)
Signed-off-by: Stewart X Addison <[email protected]>
1 parent f0754f8 commit a1519b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildenv/jenkins/JenkinsfileBase

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,7 @@ def runTest( ) {
802802
if (env.SPEC.contains('linux') && !(LABEL.contains('ci.agent.dynamic') && CLOUD_PROVIDER == 'azure') && (BUILD_LIST != "external")) {
803803
// Detect if Xvfb is on the machine, and if not use the wayland startup code (Initially for EL10)
804804
if ( sh(script:"which Xvfb 2>&1", returnStatus:true) != 0 ) {
805+
sh "mkdir -p -m 1777 /tmp/.X11-unix"
805806
sh "weston --no-config --socket=wayland-vfb --backend=headless-backend.so --xwayland &"
806807
env.DISPLAY = ":0"
807808

0 commit comments

Comments
 (0)