Skip to content

S3 bucket layout breaks RVM #19

@coderanger

Description

@coderanger

I've been trying to diagnose why RVM's usual fuzzy matching hasn't been working with Travis-provided binaries. As an example case, trying to use 2.3 as a Ruby version results in a failed build. 2.0, 2.1, and 2.2 work but are manually aliased to things other than the latest versions of those respective releases, which is not what I would expect. The issue with 2.3 seems to be that the travis-rubies S3 bucket was set up with everything under a single binaries folder. This causes RVM's S3 support to fail because the base URL (https://s3.amazonaws.com/travis-rubies/binaries) is a 404 rather than the expected XML key list document. Reorganizing things to remove the binaries/ "folder" should fix this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions