cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
30.13k stars 3.81k forks source link

build: make 'make buildshort' build short #27608

Closed knz closed 6 years ago

knz commented 6 years ago

Currently 'make buildshort' builds as short as 'make build', that is,

make makes make buildshort build long.

It includes this:

build/node-run.sh -C pkg/ui ./node_modules/.bin/webpack --config webpack.app.js --env.dist=ccl
Hash: a014ab14993dc3447e58
Version: webpack 3.8.1
Time: 3304ms
                                 Asset     Size  Chunks                    Chunk Names
 acbd6ecc97c80340e9bf00ea80063234.woff   306 kB          [emitted]  [big]
  554f370d0fd6e0b022c36689cfd8190b.gif  35.8 kB          [emitted]
c9cbbdc3762c340d5d37073a54971487.woff2   185 kB          [emitted]
 2ce4d82354fdf1be1788c526d94eefc1.woff   310 kB          [emitted]  [big]
cccb897485813c7c256901dbca54ecf2.woff2   185 kB          [emitted]
 d878b6c29b10beca227e9eef4246111b.woff   310 kB          [emitted]  [big]
0996d39c4cf5d223a14559dfa37047fd.woff2   182 kB          [emitted]
  22230dddbcc6fe6fd41e540687e9c68c.png  94.3 kB          [emitted]
bd03a2cc277bbbc338d464e679fe9942.woff2   183 kB          [emitted]
 27bd77b9162d388cb8d4c4217c7c5e2a.woff   309 kB          [emitted]  [big]
 5d4981a99e52bb068c3d6d1311b134b6.woff  12.6 kB          [emitted]
  9a7de44c0fd4d701d61396ee25408bb6.svg  14.5 kB          [emitted]
  48fc9d04ca5b94535f9b8eacaeff0dff.svg  75.2 kB          [emitted]
                             bundle.js  2.92 MB       0  [emitted]  [big]  main
                           favicon.ico  33.3 kB          [emitted]
   [0] delegated ./node_modules/react/index.js from dll-reference vendor_44292ebfdfbc9bfa91c6 42 bytes {0} [built]
   [6] delegated ./node_modules/react-router/es/index.js from dll-reference vendor_44292ebfdfbc9bfa91c6 42 bytes {0} [built]
 [111] multi ./src/index.tsx 28 bytes {0} [built]
 [112] ./src/index.tsx 13.5 kB {0} [built]
 [313] ./src/views/reports/containers/customChart/index.tsx 15.6 kB {0} [built]
 [317] ./src/views/reports/containers/debug/index.tsx 12.9 kB {0} [built]
 [320] ./src/views/reports/containers/problemRanges/index.tsx 11.7 kB {0} [built]
 [322] ./src/views/reports/containers/localities/index.tsx 8.82 kB {0} [built]
 [325] ./src/views/reports/containers/network/index.tsx 23.3 kB {0} [built]
 [326] ./src/views/reports/containers/nodes/index.tsx 15 kB {0} [built]
 [327] ./src/views/reports/containers/redux/index.tsx 4.31 kB {0} [built]
 [331] ./src/views/reports/containers/range/index.tsx 10.6 kB {0} [built]
 [337] ./src/views/reports/containers/settings/index.tsx 7.14 kB {0} [built]
 [338] ./src/views/reports/containers/stores/index.tsx 9.9 kB {0} [built]
 [342] ./src/views/statements/statementsPage.tsx 11.8 kB {0} [built]
    + 331 hidden modules

Instead, 'make buildshort' should build short, not long.

(Sorry for the horrible puns.)

knz commented 6 years ago

Maybe "help make make the 'buildshort' build short" would be a better title.