]> gitweb.factorcode.org Git - factor.git/commitdiff
tools.deploy: Up the deploy sizes for mac32.
authorDoug Coleman <doug.coleman@gmail.com>
Thu, 9 Jan 2020 01:21:58 +0000 (19:21 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 9 Jan 2020 01:23:37 +0000 (19:23 -0600)
Looks like upgrading to unicode 12 caused the sizes to grow. These are mostly graphics demos which should not depend on unicode, but the tools can't detect this easily, so punt for now.

Here's a command to show the last clean deploy to where it broke.

git log -p 4201c2149b66d5ce45a9e45be95459256486a7ea..8eb7621b549a7956665affc9e53a48e8e8b29ea3

basis/tools/deploy/deploy-tests.factor

index 4e6dac91bde37a7835b1bebfeff1cfae686da11b..c79f43307902dc00598644b7f1323e6c53606070 100644 (file)
@@ -34,7 +34,7 @@ delete-staging-images
 { } [ "sudoku" shake-and-bake 800000 small-enough? ] long-unit-test
 
 ! [ ] [ "hello-ui" shake-and-bake 1605000 small-enough? ] long-unit-test
-{ } [ "hello-ui" shake-and-bake 2762000 small-enough? ] long-unit-test
+{ } [ "hello-ui" shake-and-bake 2764000 small-enough? ] long-unit-test
 
 { "math-threads-compiler-io-ui" } [
     "hello-ui" deploy-config config>profile
@@ -42,24 +42,24 @@ delete-staging-images
 ] long-unit-test
 
 ! [ ] [ "maze" shake-and-bake 1520000 small-enough? ] long-unit-test
-{ } [ "maze" shake-and-bake 2800000 small-enough? ] long-unit-test
+{ } [ "maze" shake-and-bake 2801000 small-enough? ] long-unit-test
 
 ! [ ] [ "tetris" shake-and-bake 1734000 small-enough? ] long-unit-test
 { } [ "tetris" shake-and-bake 2850000 small-enough? ] long-unit-test
 
 ! [ ] [ "spheres" shake-and-bake 1557000 small-enough? ] long-unit-test
-{ } [ "spheres" shake-and-bake 2820000 small-enough? ] long-unit-test
+{ } [ "spheres" shake-and-bake 2850000 small-enough? ] long-unit-test
 
 ! [ ] [ "terrain" shake-and-bake 2053000 small-enough? ] long-unit-test
-{ } [ "terrain" shake-and-bake 2685300 small-enough? ] long-unit-test
+{ } [ "terrain" shake-and-bake 3385300 small-enough? ] long-unit-test
 
 ! [ ] [ "gpu.demos.raytrace" shake-and-bake 2764000 small-enough? ] long-unit-test
-{ } [ "gpu.demos.raytrace" shake-and-bake 3557800 small-enough? ] long-unit-test
+{ } [ "gpu.demos.raytrace" shake-and-bake 4157800 small-enough? ] long-unit-test
 
 ! { } [ "bunny" shake-and-bake 2559640 small-enough? ] long-unit-test
-{ } [ "bunny" shake-and-bake 2700000 small-enough? ] long-unit-test
+{ } [ "bunny" shake-and-bake 3400000 small-enough? ] long-unit-test
 
-{ } [ "gpu.demos.bunny" shake-and-bake 3750000 small-enough? ] long-unit-test
+{ } [ "gpu.demos.bunny" shake-and-bake 4200000 small-enough? ] long-unit-test
 
 os macosx? [
     [ ] [ "webkit-demo" shake-and-bake 600000 small-enough? ] long-unit-test