forked from cockroachdb/cockroach
-
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.
Vendor the NPM packages that our UI uses by checking them into a submodule, github.com/cockroachdb/yarn-vendored. This prevents NPM or Yarn registry flakiness from failing our CI builds, and also ensures that a `git clone --recurse-submodules` is sufficient to build CockroachDB offline. The feature that enables this is Yarn's "offline mirror." The blog post that introduced the feature also serves as its documentation: https://yarnpkg.com/blog/2016/11/24/offline-mirror/ To ensure the offline mirror is really used, we pass the '--offline' flag to all Yarn invocations in the build system. Fix cockroachdb#14615. Really fix cockroachdb#21432. Release note: None
- Loading branch information
Showing
6 changed files
with
544 additions
and
5 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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
yarn-offline-mirror yarn-vendor |
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
Submodule yarn-vendor
added at
13c980
Oops, something went wrong.