-
Notifications
You must be signed in to change notification settings - Fork 2k
[wasm] Pin rules_cc version. #4012
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| entrypoint: 'yarn' | ||
| args: ['test-bundle-size'] | ||
| waitFor: ['yarn', 'build-deps', 'build'] | ||
| # TODO(annxingyuan): Reenable once https://github.com/tensorflow/tfjs/pull/4012 is merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just curious why this refers to this PR itself (given that the fix is in the PR)? I'm sure there is a reason, just curious to what it might be.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This reminds me I need to move bundle testing to nightly asap! ^_^
|
@tafsiri - |
| entrypoint: 'yarn' | ||
| args: ['test-bundle-size'] | ||
| waitFor: ['yarn', 'build-deps', 'build'] | ||
| # TODO(annxingyuan): Reenable once https://github.com/tensorflow/tfjs/pull/4012 is merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This reminds me I need to move bundle testing to nightly asap! ^_^
To see the logs from the Cloud Build CI, please join either our discussion or announcement mailing list.
This change is