[Libreoffice-commits] core.git: distro-configs/Jenkins

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Dec 10 13:30:10 UTC 2018


 distro-configs/Jenkins/LibreOfficeLinuxUpdater.conf |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 81434a0f9afea2185f5e59be09ac73f363baeb92
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon Dec 10 14:26:40 2018 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Mon Dec 10 14:29:38 2018 +0100

    Jenkins' lo_daily_update_gandalf needs --disable-werror too
    
    ...similar to d3f2c61e3b9faf577f692ece76cd830f0f74b028 "Make Jenkins
    linux_gcc_release_64 pick up Developer Toolset 7":
    
    > /lo/home/tdf/lode/jenkins/workspace/lo_daily_update_gandalf/sal/osl/unx/pipe.cxx: In function ‘oslPipeImpl* osl_psz_createPipe(const sal_Char*, oslPipeOptions, oslSecurity)’:
    > /lo/home/tdf/lode/jenkins/workspace/lo_daily_update_gandalf/sal/osl/unx/pipe.cxx:248:12: error: ‘char* strncpy(char*, const char*, size_t)’ output may be truncated copying 107 bytes from a string of length 4096 [-Werror=stringop-truncation]
    >      strncpy(addr.sun_path, name, sizeof(addr.sun_path) - 1);
    >      ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    (<https://ci.libreoffice.org/job/lo_daily_update_gandalf/558/>).
    
    Change-Id: I443337969dfdcd02a350a171e68d5032b5be22a0

diff --git a/distro-configs/Jenkins/LibreOfficeLinuxUpdater.conf b/distro-configs/Jenkins/LibreOfficeLinuxUpdater.conf
index f006518ce0c8..e5b5ebdc9110 100644
--- a/distro-configs/Jenkins/LibreOfficeLinuxUpdater.conf
+++ b/distro-configs/Jenkins/LibreOfficeLinuxUpdater.conf
@@ -29,6 +29,7 @@
 --enable-python=internal
 --enable-online-update=mar
 --disable-dconf
+--disable-werror
 --with-lang=de es fr ar zh-CN
 --with-package-format=archive
 --with-update-config=~/updater.ini


More information about the Libreoffice-commits mailing list