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

fix: update tsconfigs to include darwin_arm64-fastbuild in rootDirs #3087

Merged

Conversation

CooperBills
Copy link
Contributor

PR Checklist

Please check if your PR fulfills the following requirements:

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature (please, look at the "Scope of the project" section in the README.md file)
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Other... Please describe:

What is the current behavior?

ts output files cannot be found when building test and example code on an M1 Mac (Darwin arm64) host. This is because the tsconfig.json files look in specific bazel-out directories, and darwin_arm64-fastbuild is not on that list.

Issue Number: #3085

What is the new behavior?

darwin_arm64-fastbuild will be included in typescript's search for output files.

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

@alexeagle alexeagle merged commit 104420b into bazel-contrib:stable Nov 19, 2021
@CooperBills CooperBills deleted the cbills/darwin-arm64-tsconfigs branch November 19, 2021 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants