lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ccache: 3.3.4 -> 3.3.5

+9 -26
+2 -2
pkgs/development/tools/misc/ccache/default.nix
··· 2 2 3 3 let ccache = stdenv.mkDerivation rec { 4 4 name = "ccache-${version}"; 5 - version = "3.3.4"; 5 + version = "3.3.5"; 6 6 7 7 src = fetchurl { 8 - sha256 = "0ks0vk408mdppfbk8v38p46fqx3p30r9a9cwiia43373i7rmpw94"; 8 + sha256 = "1iih5d171rq29366c1z90dri2h8173yyc8rm2740wxiqx6k7c18r"; 9 9 url = "mirror://samba/ccache/${name}.tar.xz"; 10 10 }; 11 11
+7 -24
pkgs/development/tools/misc/ccache/skip-fs-dependent-test.patch
··· 1 - --- ccache-3.3.4.org/test.sh 2017-02-17 21:28:53.000000000 +0000 2 - +++ ccache-3.3.4/test.sh 2017-07-01 18:38:00.523403023 +0100 3 - @@ -2631,23 +2631,23 @@ 1 + --- a/test.sh 2 + +++ b/test.sh 3 + @@ -2669,23 +2669,6 @@ SUITE_cleanup() { 4 + 4 5 $CCACHE -F 0 -M 256K >/dev/null 5 - $CCACHE -c >/dev/null 6 - # floor(0.8 * 4) = 3 6 + CCACHE_LOGFILE=/tmp/foo $CCACHE -c >/dev/null 7 7 - expect_file_count 3 '*.o' $CCACHE_DIR 8 8 - expect_file_count 3 '*.d' $CCACHE_DIR 9 9 - expect_file_count 3 '*.stderr' $CCACHE_DIR ··· 21 21 - test_failed "File $file not removed when it should" 22 22 - fi 23 23 - done 24 - + #expect_file_count 3 '*.o' $CCACHE_DIR 25 - + #expect_file_count 3 '*.d' $CCACHE_DIR 26 - + #expect_file_count 3 '*.stderr' $CCACHE_DIR 27 - + #expect_stat 'files in cache' 9 28 - + #expect_stat 'cleanups performed' 1 29 - + #for i in 3 4 5; do 30 - + # file=$CCACHE_DIR/a/result$i-4017.o 31 - + # if [ ! -f $file ]; then 32 - + # test_failed "File $file removed when it shouldn't" 33 - + # fi 34 - + #done 35 - + #for i in 0 1 2 6 7 8 9; do 36 - + # file=$CCACHE_DIR/a/result$i-4017.o 37 - + # if [ -f $file ]; then 38 - + # test_failed "File $file not removed when it should" 39 - + # fi 40 - + #done 41 - 24 + 42 25 # ------------------------------------------------------------------------- 43 - TEST "Automatic cache cleanup" 26 + TEST "Automatic cache cleanup, limit_multiple 0.9"