Erlang 21.3 not available on Google Storage

Last night, @banzaiman added support for Erlang 21.3 and I was able to successfully build with it. However, this morning, my builds have stopped working again because it can’t find the Erlang install. It appears the difference is last night it was downloading from S3 and this morning it’s downloading from Google Storage.

Last night: https://s3.amazonaws.com/travis-otp-releases/binaries/ubuntu/14.04/x86_64/erlang-21.3-nonroot.tar.bz2

This morning: https://storage.googleapis.com/travis-ci-language-archives/erlang/binaries/ubuntu/14.04/x86_64/erlang-21.3-nonroot.tar.bz2

If there’s a way to upload Erlang 21.3 to google storage, I’d appreciate it. I did check Erlang 21.2 on Google Storage and it works fine.

The archives still need to be manually sync’d every now and then. Sorry about that.

21.3 should work now.

1 Like

It works now. Thanks! :+1: