HashNuke / heroku-buildpack-elixir

Heroku Buildpack for Elixir with nitro boost
MIT License
810 stars 304 forks source link

gzip: stdin: not in gzip format #205

Closed yoonwaiyan closed 3 years ago

yoonwaiyan commented 3 years ago

Hi, Heroku build has failed when I deploy the app with updated Elixir and Erlang version. Here's the log:

-----> Checking Erlang and Elixir versions
       Will use the following versions:
       * Stack heroku-18
       * Erlang 24.0.2
       * Elixir v1.12.1 
-----> Fetching Erlang 24.0.2 from https://s3.amazonaws.com/heroku-buildpack-elixir/erlang/cedar-14/OTP-24.0.2.tar.gz
-----> Installing Erlang 24.0.2 (changed)
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
 !     Push rejected, failed to compile Elixir app.
 !     Push failed
jesseshieh commented 3 years ago

Could you try updating your stack to gigalixir-20 or heroku-20?

yoonwaiyan commented 3 years ago

Upgrading to heroku-20 works. Thanks!