[Scummvm-git-logs] scummvm-sites buildbot -> 933e81665288d1da4a891ca840361446d54c2499
criezy
criezy at scummvm.org
Sun Jun 7 19:48:25 UTC 2020
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm-sites' repo located at https://github.com/scummvm/scummvm-sites .
Summary:
eae17f463c BUILDBOT: Disable the DockTile plugin for 64 bits macOS builds
933e816652 BUILDBOT: Update path for android snapshots
Commit: eae17f463c34ce1b64c499cc410f1c92e71e4278
https://github.com/scummvm/scummvm-sites/commit/eae17f463c34ce1b64c499cc410f1c92e71e4278
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2020-06-07T19:43:01+01:00
Commit Message:
BUILDBOT: Disable the DockTile plugin for 64 bits macOS builds
This revert commit 31d3a27. The issue is that this build uses the
macOS 10.14 SDK (which doesn't support 32 bit builds) but targets
OX X 10.9. As our configure scripts uses the targeted system as
a proxy for the SDK version, it thinks 32 buts builds are possible.
If we want to enable back the dock tile plugin for this target we
will need one of two things: either a configure flag to force
targetting 64 bit only, or check the SDK version instead of using
the target OS version to set the 64 bits only flag.
Changed paths:
config/master.cfg
Commit: 933e81665288d1da4a891ca840361446d54c2499
https://github.com/scummvm/scummvm-sites/commit/933e81665288d1da4a891ca840361446d54c2499
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2020-06-07T20:45:56+01:00
Commit Message:
BUILDBOT: Update path for android snapshots
Note that the stable build does not yet use the new name, and the
build.html page was updated manually (instead of using the
update_builds_html.pl script) to have the correct path for those.
Changed paths:
public_html/builds.html
public_html/update_builds_html.pl
More information about the Scummvm-git-logs
mailing list