-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master'
- Loading branch information
Showing
403 changed files
with
6,811 additions
and
2,789 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
node_modules | ||
ts/node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,12 @@ | ||
# We cannot use "common" here because the "version" command doesn't support | ||
# --deleted_packages. We need to specify it for both build and query instead. | ||
build --deleted_packages=tests/ts/bazel_repository_test_dir | ||
query --deleted_packages=tests/ts/bazel_repository_test_dir | ||
build --deleted_packages=tests/bazel_repository_test_dir,tests/ts/bazel_repository_test_dir | ||
query --deleted_packages=tests/bazel_repository_test_dir,tests/ts/bazel_repository_test_dir | ||
# Point tools such as coursier (used in rules_jvm_external) to Bazel's internal JDK | ||
# suggested in https://github.com/bazelbuild/rules_jvm_external/issues/445 | ||
common --repo_env=JAVA_HOME=../bazel_tools/jdk | ||
common --action_env=JAVA_HOME=../bazel_tools/jdk | ||
# Workaround "Error: need --enable_runfiles on Windows for to support rules_js" | ||
common:windows --enable_runfiles | ||
# Swift is not required on Windows | ||
common:windows --deleted_packages=swift |
Oops, something went wrong.