simon-git: doit (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Fri May 13 19:04:00 BST 2022


TL;DR:
  2061db2 Normalise file paths in the Windows binary.

Repository:     https://git.tartarus.org/simon/doit.git
On the web:     https://git.tartarus.org/?p=simon/doit.git
Branch updated: main
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2022-05-13 19:04:00

commit 2061db25c8560e0c5da72cd839bdcdb8d133da13
web diff https://git.tartarus.org/?p=simon/doit.git;a=commitdiff;h=2061db25c8560e0c5da72cd839bdcdb8d133da13;hp=6643056e862ad65b19296babe7b965f93ba2f591
Author: Simon Tatham <anakin at pobox.com>
Date:   Fri May 13 19:01:17 2022 +0100

    Normalise file paths in the Windows binary.
    
    My builds are failing to reproduce the same binary consistently,
    because all the assert statements are baking in the randomly chosen
    mkdtemp-style path of the build directory, so when we build twice from
    the same source, those paths come out different.
    
    Happily, clang has a nice option to rewrite them.

 Buildscr | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the tartarus-commits mailing list