-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
use package-spec file in repo/gyp/bots #23565
Comments
I have created an initial CL to do this, which currently just creates the .packages file besides the packages directory, and uses it in the tests. I will do more testing of this, and then commit. Removing the packages directory will be a separate cl. |
Clearing out 1.15 milestone as the last full push to dev has happened. If any changes are required before 1.15 is shipped, please file a merge request |
Stop creating [build dir]/packages directory with symbolic links. BUG=#23565 R=rnystrom@google.com Review URL: https://codereview.chromium.org/1746743002 .
Stop creating [build dir]/packages directory with symbolic links. BUG=#23565 R=rnystrom@google.com Committed: 5d3e356 Review URL: https://codereview.chromium.org/1746743002 . Reverted: 6d238ba
Done, with https://codereview.chromium.org/2346163005 |
BUG=#23565 R=kustermann@google.com Review URL: https://codereview.chromium.org/2346163005 .
once we have the package-specs implemented in all of our tools, it would be great to use it in our repo and bots and remove the use of symlinks (woo hoo!)
I'm creating this bug to track, but this is blocked on first seeing the features implemented (tracked in issue #23372)
The text was updated successfully, but these errors were encountered: