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

Builder tmux-solaris10-sparc Build #1889

Results:

Build successful

SourceStamp:

Projecttmux
Repositoryhttps://github.com/tmux/tmux.git
Branchmaster
Revision3d2b26dcfe1a14b5ff6e04121e933a30652c2fe9
Got Revision3d2b26dcfe1a14b5ff6e04121e933a30652c2fe9
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, 19 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 7 secs )
    1. stdio
  4. shell_2 'gmake all' ( 6 mins, 58 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 1889 Build
codebase Build
got_revision 3d2b26dcfe1a14b5ff6e04121e933a30652c2fe9 Git
project tmux Build
repository https://github.com/tmux/tmux.git Build
revision 3d2b26dcfe1a14b5ff6e04121e933a30652c2fe9 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:

StartThu May 1 11:16:41 2025
EndThu May 1 11:26:12 2025
Elapsed9 mins, 30 secs

All Changes:

:

  1. Change #228745

    Category tmux
    Changed by nicm <nicm>
    Changed at Thu 01 May 2025 08:59:32
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 1926c1b683e5ab042f70a94b613d09d41fb858db

    Comments

    Don't map 256 to white-on-white either, and tidy code a bit.

    Changed files

    • tty.c
  2. Change #228746

    Category tmux
    Changed by nicm <nicm>
    Changed at Thu 01 May 2025 09:12:00
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 6106a0f2c454b9939cc3873a0ef443765aa3c21f

    Comments

    Add an option variation-selector-always-wide to instruct tmux not to always interpret VS16 as a wide character and assume the terminal does likewise. This is behaviour seen in a number of newer terminals' Unicode 14 support but not in older terminals; it seems to be a little contentious and is currently difficult to detect.
    Probably in the long run tmux should pick a behaviour, look at a (new)
    terminfo(5) capability to tell it what the terminal will do, and emulate
    as required, but at this point I'm not sure that is worth it for
    something where support is mixed, seems to be in flux, and that mostly
    only matters for emojis.
    
    GitHub issues 3923 and 4475 and others before that.

    Changed files

    • options-table.c
    • screen-write.c
    • tmux.1
  3. Change #228747

    Category tmux
    Changed by Thomas Adam <thomasohnoyoudont@xteddy.org>
    Changed at Thu 01 May 2025 11:01:11
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 3d2b26dcfe1a14b5ff6e04121e933a30652c2fe9

    Comments

    Merge branch 'obsd-master'

    Changed files

    • no files