[wesnoth-commits] [wesnoth/wesnoth] 5cdaab: Fixes a warning about scons builds with multiple t...

Pentarctagon noreply at github.com
Mon Dec 23 19:06:46 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 5cdaab758932574c988b1aee008364397a56e6ec
      https://github.com/wesnoth/wesnoth/commit/5cdaab758932574c988b1aee008364397a56e6ec
  Author: pentarctagon <pentarctagon at tutamail.com>
  Date:   2019-12-23 (Mon, 23 Dec 2019)

  Changed paths:
    M packaging/flatpak/org.wesnoth.Wesnoth.json

  Log Message:
  -----------
  Fixes a warning about scons builds with multiple threads.

Currently both on jenkins and locally building Wesnoth's flatpak gives the warning:

scons: warning: parallel builds are unsupported by this version of Python;
	ignoring -j or num_jobs option.

This is apparently due to an issue between scons 3.0.1 and python 3.7+, which was reported at https://github.com/SCons/scons/issues/3145, fixed in https://github.com/SCons/scons/pull/3150, and is therefore first included in scons 3.0.2.





More information about the Commits mailing list