mirror of
https://github.com/denoland/rusty_v8.git
synced 2025-01-12 00:54:15 -05:00
ci: disable cargo package (#209)
This commit is contained in:
parent
e6fb4d1a65
commit
125d88ffc6
1 changed files with 6 additions and 2 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -81,8 +81,12 @@ jobs:
|
||||||
|
|
||||||
# TODO: add clang-format and maybe cpplint.
|
# TODO: add clang-format and maybe cpplint.
|
||||||
|
|
||||||
- name: Package
|
# TODO(ry) It would be ideal to check that "cargo package" also runs and
|
||||||
run: cargo package -vv --locked
|
# 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: Publish
|
- name: Publish
|
||||||
if: >
|
if: >
|
||||||
|
|
Loading…
Reference in a new issue