Skip to content
  • Alex Crichton's avatar
    travis: Disable source tarballs on most builders · 19024882
    Alex Crichton authored
    Currently we create a source tarball on almost all of the `DEPLOY=1` builders
    but this has the adverse side effect of all source tarballs overriding
    themselves in the S3 bucket. Normally this is ok but unfortunately a source
    tarball created on Windows is not buildable on Unix.
    
    On Windows the vendored sources contain paths with `\` characters in them which
    when interpreted on Unix end up in "file not found" errors.
    
    Instead of this overwriting behavior, whitelist just one linux builder for
    producing tarballs and avoid producing tarballs on all other hosts.
    19024882