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

Builder tmux-solaris10-i386 Build #2074

Results:

Build successful

SourceStamp:

Projecttmux
Repositoryhttps://github.com/tmux/tmux.git
Branchmaster
Revision506b4db76286769a9a4fd6e2143e414241ecc29f
Got Revision506b4db76286769a9a4fd6e2143e414241ecc29f
Changes6 changes

BuildSlave:

unstable10x

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' ( 15 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 23 secs )
    1. stdio
  4. shell_2 'gmake all' ( 2 mins, 10 secs )
    1. stdio
  5. shell_3 'gmake check' ( 18 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/tmux-solaris10-i386 slave
buildername tmux-solaris10-i386 Builder
buildnumber 2074 Build
codebase Build
got_revision 506b4db76286769a9a4fd6e2143e414241ecc29f Git
project tmux Build
repository https://github.com/tmux/tmux.git Build
revision 506b4db76286769a9a4fd6e2143e414241ecc29f Build
scheduler schedule-tmux-github Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/tmux-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Thomas Adam
  2. bket
  3. nicm

Timing:

StartMon Dec 15 16:35:51 2025
EndMon Dec 15 16:40:01 2025
Elapsed4 mins, 10 secs

All Changes:

:

  1. Change #252281

    Category tmux
    Changed by nicm <nicm>
    Changed at Mon 08 Dec 2025 09:04:35
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision f58b8d0d6abb2477b584547a4e72cc362ecbbcdb

    Comments

    Setting working directory after fork means there is a race with pane_current_path (especially on platforms with systemd which have to take time to do some additional faffing around). To avoid this, change it before fork and back in the parent afterwards. GitHub issue 4719.

    Changed files

    • spawn.c
  2. Change #252282

    Category tmux
    Changed by nicm <nicm>
    Changed at Mon 08 Dec 2025 22:32:50
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision afa05ae15ed7129690e42a6f207b6488ff86bee9

    Comments

    Use correct style for bottom line when pane status line is on, GitHub issue 4732.

    Changed files

    • screen-redraw.c
  3. Change #252283

    Category tmux
    Changed by nicm <nicm>
    Changed at Tue 09 Dec 2025 09:13:59
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 52e2a7d990b8721e8ac2deba65f259b454f8d192

    Comments

    Fix key code for M-BSpace, GitHub issue 4717.

    Changed files

    • tty-keys.c
  4. Change #252284

    Category tmux
    Changed by nicm <nicm>
    Changed at Wed 10 Dec 2025 22:24:43
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 672e89a6407e248bfc0098bbdbea5d6d7dd09401

    Comments

    Add a scroll-to-mouse command for copy mode to scroll to the mouse position and bind to the scrollbar, brings the scrollbar keys into line with the other mouse keys. From Michael Grant, GitHub issue 4731.

    Changed files

    • key-bindings.c
    • tmux.1
    • window-copy.c
  5. Change #252285

    Category tmux
    Changed by bket <bket>
    Changed at Thu 11 Dec 2025 05:17:17
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 21c27fdcaea6a8c679c557e38ec09b865f01bd62

    Comments

    Simplify argument move using TAILQ_CONCAT()
    Replace the manual loop moving each argument from cmd->arguments to
    last->arguments with a single TAILQ_CONCAT() call. This makes the code
    clearer and more efficient, while preserving identical behavior.
    
    OK nicm@

    Changed files

    • cmd-parse.y
  6. Change #252286

    Category tmux
    Changed by Thomas Adam <thomasohnoyoudont@xteddy.org>
    Changed at Mon 15 Dec 2025 16:19:29
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 506b4db76286769a9a4fd6e2143e414241ecc29f

    Comments

    Merge branch 'obsd-master'

    Changed files

    • no files