[wesnoth-commits] [wesnoth/wesnoth] ef7d69: Use gcc-9 in the Scout runtime instead of gcc-5.

Pentarctagon noreply at github.com
Sat Jan 16 21:44:14 UTC 2021


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: ef7d69b953b6353436e4cf145c39dd67ea873174
      https://github.com/wesnoth/wesnoth/commit/ef7d69b953b6353436e4cf145c39dd67ea873174
  Author: Pentarctagon <pentarctagon at tutamail.com>
  Date:   2021-01-16 (Sat, 16 Jan 2021)

  Changed paths:
    M .github/workflows/ci-main.yml
    M utils/dockerbuilds/CI/Dockerfile-base-steamrt
    M utils/dockerbuilds/make_steam_image
    M utils/dockerbuilds/steamrt/Dockerfile

  Log Message:
  -----------
  Use gcc-9 in the Scout runtime instead of gcc-5.

The gcc-9 shipped with the Scout runtime forces the use of -static-libstdc++ which is what allows this to work. However, LTO is not yet able to be enabled since as of right now it simply crashes immediately with `free(): invalid pointer`.





More information about the Commits mailing list