0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2025-01-11 16:42:32 -05:00

ci: disable cargo package (#209)

This commit is contained in:
Ry Dahl 2020-01-15 15:14:39 -05:00 committed by GitHub
parent e6fb4d1a65
commit 125d88ffc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,8 +81,12 @@ jobs:
# TODO: add clang-format and maybe cpplint.
- name: Package
run: cargo package -vv --locked
# 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: Publish
if: >