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

build: migrate to Yarn v1 from npm v7 #1141

Merged
merged 1 commit into from
Jul 21, 2021

Commits on Jul 21, 2021

  1. build: migrate to Yarn v1 from npm v7

    Why?
    It was reported by other maintainers that yarn behaves much
    better in corporate proxy/firewalled environments.
    
    Future plans: Once Berry (Yarn v2) is stable, we should take
    a look at migrating onto that one. I did give it a try this
    time to see if their release candidate happened to be stable
    enough but it was not unfortunately (there were dependency
    resolution issues that lead the Yarn v2 not installing
    certain runtime dependencies at all so v1 it is for now)
    
    Also:
    1. Made the CI not fail fast along the test matrix dimensions
    2. Sequentialized the test:all script to always run one test at a time
    hoping to get some additional insight into the flaky tests this way.
    
    Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
    petermetz committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    56abb24 View commit details
    Browse the repository at this point in the history