- Update to 1.4

- scheduler assigns jobs with larger priority first, so compilations with higher 'nice' value
    do not interfere with normal compilations
  - avoid large timeouts if there is a network problem
  - support for -march/-mcpu/-mtune used with =native (proper specific flags will be substituted)
  - support for Clang's -fmodules, by removing the -fmodules flag for remote compilation
  - do not keep host lock when sending preprocessed source (reduces chance of network timeouts)
  - send more jobs in advance to nodes with many CPU cores
  - try to use larger network buffers
  - force local compilations if --coverage is used
  - correctly clean up caches
  - handle properly the case when something removes files in the cache directory

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/icecream?expand=0&rev=85
This commit is contained in:
Stephan Kulow 2022-03-04 16:42:03 +00:00 committed by Git OBS Bridge
parent abd75a6928
commit 3186f59381
4 changed files with 23 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3929394254ff064b448f5c86a0b41009d9b70d11ee32a13569b9a9c6dfbe6495
size 507412

3
icecc-1.4.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7d750e8b866215f8b8e93404a75a8d5a9b1c1a675565af847e4d24964ec7d66b
size 538080

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Mar 4 16:39:39 UTC 2022 - Stephan Kulow <coolo@suse.com>
- Update to 1.4
- scheduler assigns jobs with larger priority first, so compilations with higher 'nice' value
do not interfere with normal compilations
- avoid large timeouts if there is a network problem
- support for -march/-mcpu/-mtune used with =native (proper specific flags will be substituted)
- support for Clang's -fmodules, by removing the -fmodules flag for remote compilation
- do not keep host lock when sending preprocessed source (reduces chance of network timeouts)
- send more jobs in advance to nodes with many CPU cores
- try to use larger network buffers
- force local compilations if --coverage is used
- correctly clean up caches
- handle properly the case when something removes files in the cache directory
-------------------------------------------------------------------
Wed Sep 22 14:31:32 UTC 2021 - Johannes Segitz <jsegitz@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package icecream
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -21,13 +21,13 @@
%define _fillupdir %{_localstatedir}/adm/fillup-templates
%endif
Name: icecream
Version: 1.3.1
Version: 1.4.0
Release: 0
Summary: Distributed Compilation in the Network
License: GPL-2.0-or-later AND LGPL-2.1-or-later
Group: Development/Tools/Building
URL: https://github.com/icecc/icecream
Source0: https://github.com/icecc/icecream/releases/download/%{version}/icecc-%{version}.tar.xz
Source0: https://github.com/icecc/icecream/releases/download/1.4/icecc-%{version}.tar.xz
Source1: iceccd.xml
Source2: iceccd.service.in
Source3: iceccd-wrapper
@ -76,7 +76,7 @@ Summary: Distributed Compile Wrappers for Clang
Group: Development/Tools/Building
Requires: clang
Requires: icecream
Supplements: packageand(icecream:clang)
Supplements: (icecream and clang)
%description -n icecream-clang-wrappers
Wrapper symlinks for clang/clang++ for icecream distributed building.