-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
bump compression-webpack-plugin to ^4.0.0 #2695
bump compression-webpack-plugin to ^4.0.0 #2695
Conversation
@gauravtiwari I made this PR on top of https://github.com/rails/webpacker/tree/4-x-stable as you suggested. The build failures are the same for each job https://travis-ci.org/github/rails/webpacker/jobs/717516894 did I mess up something? |
This comment has been minimized.
This comment has been minimized.
CI configs have a comment that is referring to this problem and explaining how it attempts to fix it. Lines 3 to 9 in 8db818b
The problem is, bundler v2 is used anyhow (which is incompatible with Rails 4.2). |
I have a fix that appears to be working. commit: DeeDeeG@b21cb25 CI: https://travis-ci.com/github/DeeDeeG/webpacker/builds/179666602 (Uses |
Makes the default bundler v2.x.x unavailable, so that the older bundler v1.17.3 can be used instead.
Unrelated to this PR ( https://travis-ci.org/github/rails/webpacker/jobs/717814477#L338-L348 There is an unconstrained https://rubygems.org/gems/sprockets/versions/4.0.0 I'm suprised bundler isn't clever enough to just use an older
Still, I wonder if this would be fixed with latest Edit: Hmm, I don't have that failure on one of my runs, so it might be just a flaky/intermittent failure. |
@DeeDeeG thanks, it looks like a flake to me. There is a timeout error in the log:
probably Travis couldn't fetch a package during the build. Unfortunately, I cannot rerun the build. |
released: 4.3.0 |
Why would this go into We have a few things running on older servers, so this change means we'll need to pin webpacker to |
#2693