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 //internal/npm_install/test:test for Windows and re-enable Windows tests on bazel CI #542

Merged

Conversation

gregmagolan
Copy link
Collaborator

@gregmagolan gregmagolan commented Feb 11, 2019

Also updates the default yarn to 1.12.3 as 1.12.1 was messing up symlinks when testing locally on Windows.

I fixed //internal/npm_install/test:test here but disabled two failing web_package tests on Windows (//cc @alexeagle)

@alexeagle Can you mirror yarn v1.12.3 at mirror.bazel.build? https://github.com/yarnpkg/yarn/releases/download/v1.12.3/yarn-v1.12.3.tar.gz => https://mirror.bazel.build/github.com/yarnpkg/yarn/releases/download/v1.12.3/yarn-v1.12.3.tar.gz

@gregmagolan gregmagolan force-pushed the tests/npm-install-test-on-windows branch from c890dcb to 28223c9 Compare February 12, 2019 00:40
@gregmagolan gregmagolan force-pushed the tests/npm-install-test-on-windows branch from 0657d4d to bf0adfc Compare February 12, 2019 01:00
@gregmagolan gregmagolan changed the title Fix //internal/npm_install/test:test so that it works on Windows Fix //internal/npm_install/test:test for Windows and re-enable Windows tests on bazel CI Feb 12, 2019
@@ -12,7 +12,6 @@ filegroup(
filegroup(
name = "test-a__files",
srcs = [
":.bin/test",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this change intentional?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That comes with the yarn update. It no longer creates those files.

@gregmagolan gregmagolan merged commit 5275d7a into bazel-contrib:master Feb 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants