From 554d1014079a9d83586759ee92280c8b094e682a Mon Sep 17 00:00:00 2001 From: Georg Koppen <gk@torproject.org> Date: Fri, 13 Sep 2019 10:46:21 +0000 Subject: [PATCH] Bug 31732: Windows nightly builds are busted It seems we were a bit too optimistic to pick up FORTIFY_SOURCE support in mingw-w64 as this breaks our builds. Let's be more conservative and use what Mozilla is using in their mingw-w64/clang builds. --- projects/mingw-w64-clang/config | 2 +- projects/mingw-w64/config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/mingw-w64-clang/config b/projects/mingw-w64-clang/config index a6b6cde67..3d209eae1 100644 --- a/projects/mingw-w64-clang/config +++ b/projects/mingw-w64-clang/config @@ -1,7 +1,7 @@ # vim: filetype=yaml sw=2 filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.gz' git_url: https://git.code.sf.net/p/mingw-w64/mingw-w64 -git_hash: 330025c54b85512d54b6960fad07498365c8fee3 +git_hash: 0a1d495478d8ed1a94fc77b9dbb428b7e0372588 version: '[% c("abbrev") %]' llvm_version: 8.0.0 gpg_keyring: clang.gpg diff --git a/projects/mingw-w64/config b/projects/mingw-w64/config index 38fbb4e7e..b088c8e98 100644 --- a/projects/mingw-w64/config +++ b/projects/mingw-w64/config @@ -1,7 +1,7 @@ # vim: filetype=yaml sw=2 filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.gz' git_url: https://git.code.sf.net/p/mingw-w64/mingw-w64 -git_hash: 330025c54b85512d54b6960fad07498365c8fee3 +git_hash: 0a1d495478d8ed1a94fc77b9dbb428b7e0372588 version: '[% c("abbrev") %]' var: container: -- GitLab