I noticed Windows shell builds were failing to compile recently on a machine for me. 'LIBCLANG_PATH=c:\Users\gkweyeniner\.mozbuild\clang\bin' MAKE=mozmake sh c://Users//<username>//trees//mozilla-central//js//src//configure --host=x86_64-pc-mingw32 --target=x86_64-pc-mingw32 --enable-debug --enable-more-deterministic --without-intl-api --enable-gczeal --enable-debug-symbols --disable-tests autobisectjs shows this is probably related to the following changeset: The first bad revision is: changeset: https://hg.mozilla.org/mozilla-central/rev/0ae96da6fdb2 user: Philip Chimento date: Sun Oct 27 22:34:11 2019 +0000 summary: Bug 1426865 - Add default visibility to JSAPI symbols. r=sfink Philip/Steve, is bug 1426865 a likely regressor? Tested on Windows 10 1909, using MozillaBuild 3.3 and seemed to happen on both SDK versions 10.0.18362.0 and 10.0.17763.0. I think the build with Intl enabled also fail too.
Bug 1596971 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
I noticed Windows shell builds were failing to compile recently on a machine for me. ``` 'LIBCLANG_PATH=c:\Users\gkweyeniner\.mozbuild\clang\bin' MAKE=mozmake sh c://Users//<username>//trees//mozilla-central//js//src//configure --host=x86_64-pc-mingw32 --target=x86_64-pc-mingw32 --enable-debug --enable-more-deterministic --without-intl-api --enable-gczeal --enable-debug-symbols --disable-tests ``` autobisectjs shows this is probably related to the following changeset: The first bad revision is: changeset: https://hg.mozilla.org/mozilla-central/rev/0ae96da6fdb2 user: Philip Chimento date: Sun Oct 27 22:34:11 2019 +0000 summary: Bug 1426865 - Add default visibility to JSAPI symbols. r=sfink Philip/Steve, is bug 1426865 a likely regressor? Tested on Windows 10 1909, using MozillaBuild 3.3 and seemed to happen on both SDK versions 10.0.18362.0 and 10.0.17763.0. I think the build with Intl enabled also fail too.