Skip to content
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

CI: Remove tsc caching from circleci #39962

Merged
merged 1 commit into from
Mar 9, 2020
Merged

Conversation

sirreal
Copy link
Member

@sirreal sirreal commented Mar 9, 2020

Changes proposed in this Pull Request

The result is that the cache files (tsbuildinfo) are cached, but the generated output is not. This results in tsc not generating any output, similar to #39960.

Remove the tsc caching, which would require listing out the type output path for each package in the CircleCI configuration.

Testing instructions

The typecheck-strict job should be fixed. Currently broken in #39960

@matticbot
Copy link
Contributor

@sirreal sirreal marked this pull request as ready for review March 9, 2020 11:24
@sirreal sirreal requested a review from a team as a code owner March 9, 2020 11:24
@sirreal sirreal self-assigned this Mar 9, 2020
@matticbot
Copy link
Contributor

This PR does not affect the size of JS and CSS bundles shipped to the user's browser.

Generated by performance advisor bot at iscalypsofastyet.com.

@sirreal sirreal merged commit afdae45 into master Mar 9, 2020
@sirreal sirreal deleted the remove/circleci-tsc-cache branch March 9, 2020 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants