File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,8 @@ for command; do
8484 tar -czf linux-ia32_profile.tar.gz \
8585 --exclude .git \
8686 --exclude .gitignore \
87+ --exclude pkg/analysis_server/language_model \
88+ --exclude out/ReleaseIA32/dart-sdk/model \
8789 -- \
8890 third_party/d8/linux/ia32/natives_blob.bin \
8991 third_party/d8/linux/ia32/snapshot_blob.bin \
@@ -167,6 +169,8 @@ for command; do
167169 tar -czf linux-ia32.tar.gz \
168170 --exclude .git \
169171 --exclude .gitignore \
172+ --exclude pkg/analysis_server/language_model \
173+ --exclude out/ReleaseIA32/dart-sdk/model \
170174 -- \
171175 third_party/d8/linux/ia32/natives_blob.bin \
172176 third_party/d8/linux/ia32/snapshot_blob.bin \
249253 tar -czf linux-x64_profile.tar.gz \
250254 --exclude .git \
251255 --exclude .gitignore \
256+ --exclude pkg/analysis_server/language_model \
257+ --exclude out/ReleaseX64/dart-sdk/model \
252258 -- \
253259 third_party/d8/linux/x64/natives_blob.bin \
254260 third_party/d8/linux/x64/snapshot_blob.bin \
352358 tar -czf linux-x64.tar.gz \
353359 --exclude .git \
354360 --exclude .gitignore \
361+ --exclude pkg/analysis_server/language_model \
362+ --exclude out/ReleaseX64/dart-sdk/model \
355363 -- \
356364 third_party/d8/linux/x64/natives_blob.bin \
357365 third_party/d8/linux/x64/snapshot_blob.bin \
You can’t perform that action at this time.
0 commit comments