Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder tmux-solaris10-sparc Build #2354

Results:

Build successful

SourceStamp:

Projecttmux
Repositoryhttps://github.com/tmux/tmux.git
Branchmaster
Revision54be05e5e4b96e38cb0d5fdb62a7c0bbcc9d351f
Got Revision54be05e5e4b96e38cb0d5fdb62a7c0bbcc9d351f
Changes3 changes

BuildSlave:

unstable10s

Reason:

The AnyBranchScheduler scheduler named 'schedule-tmux-github' triggered this build

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. shell './autogen.sh' ( 1 mins, 7 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 15 secs )
    1. stdio
  4. shell_2 'gmake all' ( 8 mins, 32 secs )
    1. stdio
  5. shell_3 'gmake check' ( 2 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/tmux-solaris10-sparc slave
buildername tmux-solaris10-sparc Builder
buildnumber 2354 Build
codebase Build
got_revision 54be05e5e4b96e38cb0d5fdb62a7c0bbcc9d351f Git
project tmux Build
repository https://github.com/tmux/tmux.git Build
revision 54be05e5e4b96e38cb0d5fdb62a7c0bbcc9d351f Build
scheduler schedule-tmux-github Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/tmux-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Thomas Adam
  2. nicm

Timing:

StartSun Jun 7 10:54:28 2026
EndSun Jun 7 11:05:29 2026
Elapsed11 mins, 0 secs

All Changes:

:

  1. Change #269704

    Category tmux
    Changed by nicm <nicm>
    Changed at Sun 07 Jun 2026 10:22:58
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 4063f968c620079f62892f8b76d53fdfd1af8c0d

    Comments

    Do not allow swapping floating panes for the moment.

    Changed files

    • cmd-swap-pane.c
  2. Change #269705

    Category tmux
    Changed by nicm <nicm>
    Changed at Sun 07 Jun 2026 10:25:59
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision c9e22ab67bd7fe89ebb767215f2e671e72573e00

    Comments

    Enable floating panes. These are panes which sit above the layout ("tiled panes") like popups but unlike popups are not modal and behave like panes (so the same escape sequence support). Floating panes are created with the "new-pane" command, bound to * by default.
    Currently floating panes can only be moved and resized using the mouse.
    The default second status line (if "status-format" is set to 2) has
    changed to show a list of panes.
    
    This is the first step and many obvious features are not yet complete
    (notably the ability to swap floating panes, resize them using
    resize-pane, change them between floating and tiles, and restore custom
    layouts with floating panes).
    
    Mostly written by Michael Grant with help from Dane Jensen.

    Changed files

    • cmd-split-window.c
    • key-bindings.c
    • tmux.1
  3. Change #269706

    Category tmux
    Changed by Thomas Adam <thomasohnoyoudont@xteddy.org>
    Changed at Sun 07 Jun 2026 10:30:06
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 54be05e5e4b96e38cb0d5fdb62a7c0bbcc9d351f

    Comments

    Merge branch 'obsd-master'

    Changed files

    • no files