simon-git: puzzles (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Fri Mar 1 14:37:35 GMT 2024


TL;DR:
  db804ea Reset non-WASM Firefox version back to 48.
  80aac31 Stop code-signing Windows binaries we aren't shipping.

Repository:     https://git.tartarus.org/simon/puzzles.git
On the web:     https://git.tartarus.org/?p=simon/puzzles.git
Branch updated: main
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2024-03-01 14:37:35

commit db804ea5a1d2de8d9d7d6e8fe569f5f8ec231832
web diff https://git.tartarus.org/?p=simon/puzzles.git;a=commitdiff;h=db804ea5a1d2de8d9d7d6e8fe569f5f8ec231832;hp=cc91f8b9deafbf284609e3511ff900104499da9c
Author: Simon Tatham <anakin at pobox.com>
Date:   Fri Mar 1 12:42:15 2024 +0000

    Reset non-WASM Firefox version back to 48.
    
    That's what the comment said I'd left it at, but in some kind of
    editing goof, I failed to actually do so.

 cmake/platforms/emscripten.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 80aac3104096aee4057b675c53ece8e60793aa90
web diff https://git.tartarus.org/?p=simon/puzzles.git;a=commitdiff;h=80aac3104096aee4057b675c53ece8e60793aa90;hp=db804ea5a1d2de8d9d7d6e8fe569f5f8ec231832
Author: Simon Tatham <anakin at pobox.com>
Date:   Fri Mar 1 12:43:23 2024 +0000

    Stop code-signing Windows binaries we aren't shipping.
    
    The foosolver.exe binaries aren't delivered out of the end of
    Buildscr, so there's no point wasting time on signing them. Signing is
    slow in wall-clock time (you have to wait for a timestamp server), so
    this should significantly reduce overall build time.

 Buildscr | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)



More information about the tartarus-commits mailing list