mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-12-23 15:50:11 -05:00
Include ICU data file in crate (#722)
This commit is contained in:
parent
de1c4327d1
commit
1e533a152e
2 changed files with 7 additions and 8 deletions
13
.github/workflows/ci.yml
vendored
13
.github/workflows/ci.yml
vendored
|
@ -190,12 +190,13 @@ jobs:
|
|||
|
||||
# TODO: add clang-format and maybe cpplint.
|
||||
|
||||
# TODO(ry) It would be ideal to check that "cargo package" also runs and
|
||||
# that the resulting package is less than 10 MB. However it seems to
|
||||
# result in a complete V8 rebuild. For now just be careful not to manually
|
||||
# check that "cargo package" is working when updating the build.
|
||||
# - name: Package
|
||||
# run: cargo package -vv --locked
|
||||
- name: Cargo Package
|
||||
if: >-
|
||||
github.repository == 'denoland/rusty_v8' &&
|
||||
startsWith(matrix.config.target , 'x86_64') &&
|
||||
matrix.config.variant == 'debug' &&
|
||||
runner.os == 'Linux'
|
||||
run: cargo package -vv --locked
|
||||
|
||||
- name: Publish
|
||||
# Only publish on x64 linux when there's a git tag:
|
||||
|
|
|
@ -54,8 +54,6 @@ exclude = [
|
|||
"v8/samples/",
|
||||
"v8/test/",
|
||||
"v8/tools/",
|
||||
# ICU data files
|
||||
"*.dat",
|
||||
# These files are required for the build.
|
||||
"!.gn",
|
||||
"!BUILD.gn",
|
||||
|
|
Loading…
Reference in a new issue