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

Update full-icu #9353

Closed
wants to merge 1 commit into from
Closed

Update full-icu #9353

wants to merge 1 commit into from

Conversation

willdurand
Copy link
Member

Fixes mozilla/addons#13726


I am not sure what needs to be done to fix the issue with Travis CI but having an up-to-date full-icu package seems like a good idea.

@bobsilverberg
Copy link
Contributor

Just wondering, how did you generate those lock file changes?

@willdurand
Copy link
Member Author

Just wondering, how did you generate those lock file changes?

I ran yarn remove full-icu && yarn add full-icu

@bobsilverberg
Copy link
Contributor

Just wondering, how did you generate those lock file changes?

I ran yarn remove full-icu && yarn add full-icu

Ah, thanks!

@willdurand
Copy link
Member Author

@bobsilverberg so I cleared the (yarn) cache on Travis CI and it seems to fix the issue. I am not sure whether we want to merge this patch, but I guess it wouldn't hurt. You tell me :)

@bobsilverberg
Copy link
Contributor

@bobsilverberg so I cleared the (yarn) cache on Travis CI and it seems to fix the issue. I am not sure whether we want to merge this patch, but I guess it wouldn't hurt. You tell me :)

  1. How did you clear the yarn cache on Travis?
  2. Are you saying that clearing the cache resolved the problem, even without these changes? If so, then it seems like it might be safer not to land this, as monkeying around with lock files makes me nervous. Having said that, if you think it's better to have this change in, I'm fine with that too.
  3. Aren't you supposed to be on holiday?

@willdurand willdurand marked this pull request as ready for review April 13, 2020 19:10
@willdurand
Copy link
Member Author

  • How did you clear the yarn cache on Travis?

There is a "clear" button in https://travis-ci.org/github/mozilla/addons-frontend/caches

  • Are you saying that clearing the cache resolved the problem, even without these changes? If so, then it seems like it might be safer not to land this, as monkeying around with lock files makes me nervous. Having said that, if you think it's better to have this change in, I'm fine with that too.

I don't have a strong opinion, I did not manually update the lockfile so I am fairly confident these changes are fine. The Renovate PR to update the lockfile will likely do the same thing anyway.

  • Aren't you supposed to be on holiday?

🤓

@bobsilverberg
Copy link
Contributor

  • Are you saying that clearing the cache resolved the problem, even without these changes? If so, then it seems like it might be safer not to land this, as monkeying around with lock files makes me nervous. Having said that, if you think it's better to have this change in, I'm fine with that too.

I don't have a strong opinion, I did not manually update the lockfile so I am fairly confident these changes are fine. The Renovate PR to update the lockfile will likely do the same thing anyway.

In that case, why not leave it to renovate? That's what I'd suggest, but again, I'm fine with landing this if you like.

@willdurand
Copy link
Member Author

In that case, why not leave it to renovate?

I agree. Thanks!

@willdurand willdurand closed this Apr 13, 2020
@willdurand willdurand deleted the full-icu branch April 13, 2020 19:24
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.

CI failures with Node 12
2 participants