mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 20:28:58 +00:00
Exclude more unnecessary bits of ICU
19.5M -> 14M
This commit is contained in:
parent
ec03165154
commit
2ef37e3a0e
18
Cargo.toml
18
Cargo.toml
@ -11,13 +11,20 @@ repository = "https://github.com/denoland/rusty_v8"
|
||||
exclude = [
|
||||
# To keep the package under the 10mb limit imposed by crates.io we exclude
|
||||
# a lot of files that are not needed for the build.
|
||||
".*",
|
||||
"*.css",
|
||||
"*.gyp",
|
||||
"*.gypi",
|
||||
"*.html",
|
||||
"*.m4",
|
||||
"*.md",
|
||||
"*.settings",
|
||||
"*.txt",
|
||||
"*OWNERS*",
|
||||
".*",
|
||||
"AUTHORS",
|
||||
"Doxyfile*",
|
||||
"LICENSE*",
|
||||
"Makefile*",
|
||||
"README*",
|
||||
"build/android/",
|
||||
"build/chromeos/",
|
||||
@ -31,6 +38,15 @@ exclude = [
|
||||
"buildtools/third_party/libc++/trunk/utils/",
|
||||
"buildtools/third_party/libc++/trunk/www/",
|
||||
"buildtools/third_party/libc++abi/trunk/test/",
|
||||
"third_party/icu/patches/",
|
||||
"third_party/icu/source/config/",
|
||||
"third_party/icu/source/data/",
|
||||
"third_party/icu/source/extra/",
|
||||
"third_party/icu/source/io/",
|
||||
"third_party/icu/source/python/",
|
||||
"third_party/icu/source/samples/",
|
||||
"third_party/icu/source/tools/",
|
||||
"third_party/icu/tzres/",
|
||||
"tools/clang",
|
||||
"v8/ChangeLog",
|
||||
"v8/benchmarks/",
|
||||
|
Loading…
Reference in New Issue
Block a user