[wesnoth-commits] [wesnoth/wesnoth] 84d88e: Make variables provided to docker environment vari...

Pentarctagon noreply at github.com
Fri Feb 7 22:49:53 UTC 2020


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 84d88e97e321ba244322fd177b1c47e9d6a418ce
      https://github.com/wesnoth/wesnoth/commit/84d88e97e321ba244322fd177b1c47e9d6a418ce
  Author: Pentarctagon <pentarctagon at tutamail.com>
  Date:   2020-02-07 (Fri, 07 Feb 2020)

  Changed paths:
    M utils/travis/docker_run.sh
    M utils/travis/steps/script.sh

  Log Message:
  -----------
  Make variables provided to docker environment variables.

Currently they are only regular variables passed to a script, so they are not picked up by cmake as expected.


  Commit: b14dfb25eb26a17bd6f2445f8fba4bbd83b097b0
      https://github.com/wesnoth/wesnoth/commit/b14dfb25eb26a17bd6f2445f8fba4bbd83b097b0
  Author: Pentarctagon <pentarctagon at tutamail.com>
  Date:   2020-02-07 (Fri, 07 Feb 2020)

  Changed paths:
    M utils/travis/docker_run.sh

  Log Message:
  -----------
  Fix the return code from the mingw job.

The job should take its final return code from the scons job if it failed, not the sftp attempt.


  Commit: 61964a096c0e33af5779f96ab4415abde20dbc0a
      https://github.com/wesnoth/wesnoth/commit/61964a096c0e33af5779f96ab4415abde20dbc0a
  Author: Pentarctagon <pentarctagon at tutamail.com>
  Date:   2020-02-07 (Fri, 07 Feb 2020)

  Changed paths:
    M utils/travis/docker_run.sh
    M utils/travis/sftp

  Log Message:
  -----------
  Handle the SFTP_PASSWORD not being present more gracefully on forks.


  Commit: 12ce4cd43c914fba97302c9bf01f79c3ba31acac
      https://github.com/wesnoth/wesnoth/commit/12ce4cd43c914fba97302c9bf01f79c3ba31acac
  Author: Pentarctagon <pentarctagon at tutamail.com>
  Date:   2020-02-07 (Fri, 07 Feb 2020)

  Changed paths:
    M src/CMakeLists.txt

  Log Message:
  -----------
  Remove X11 linker options from cmake.

This makes cmake closer match scons' flags.


  Commit: abadbd64f8c6fc46fb65fd43f459c543b41a3f69
      https://github.com/wesnoth/wesnoth/commit/abadbd64f8c6fc46fb65fd43f459c543b41a3f69
  Author: Pentarctagon <pentarctagon at tutamail.com>
  Date:   2020-02-07 (Fri, 07 Feb 2020)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Bump cmake+clang job to 18.04.

The scons job succeeds due to not passing `-std=c++14` to the linker, as best I can figure, but I haven't managed to be able to test whether this is actually the case because cmake defaults to including all compiler flags with the linker flags and I'm tired of trying to coax cmake to not do that.


  Commit: e67990976289b0ee1cf830fc89f1b439925c1b96
      https://github.com/wesnoth/wesnoth/commit/e67990976289b0ee1cf830fc89f1b439925c1b96
  Author: Pentarctagon <pentarctagon at tutamail.com>
  Date:   2020-02-07 (Fri, 07 Feb 2020)

  Changed paths:
    M utils/travis/steps/script.sh

  Log Message:
  -----------
  Increase the xcode job's ccache size.

For whatever reason the existing limit of 200MB is no longer enough, resulting in a significant number of cache misses, which results in partial rebuilds taking far longer than they should.


Compare: https://github.com/wesnoth/wesnoth/compare/656737e6c9c1...e67990976289



More information about the Commits mailing list