Skip to content

Commit

Permalink
Fix display exports
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Dec 19, 2024
1 parent f990ee9 commit e1076de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CI/scripts/synth_designs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sed -i "s/hdlcoder_board_customization/hdlcoder_board_customization_local/g" tes
source /opt/Xilinx/Vivado/2022.2/settings64.sh
# Randomize DISPLAY number to avoid conflicts
export DISPLAY_ID=:$(shuf -i 10-1000 -n 1)
Xvfb :$DISPLAY_ID &
Xvfb $DISPLAY_ID &
XVFB_PID=$!
export DISPLAY=$DISPLAY_ID
export SWT_GTK3=0
Expand Down
2 changes: 1 addition & 1 deletion CI/scripts/targeting_designs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cd ../..
source /opt/Xilinx/Vivado/2022.2/settings64.sh
# Randomize DISPLAY number to avoid conflicts
export DISPLAY_ID=:$(shuf -i 10-1000 -n 1)
Xvfb :$DISPLAY_ID &
Xvfb $DISPLAY_ID &
XVFB_PID=$!
export DISPLAY=$DISPLAY_ID
export SWT_GTK3=0
Expand Down

0 comments on commit e1076de

Please sign in to comment.