Skip to content
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

[beta] rollup of last set of backports #64661

Merged
merged 4 commits into from
Sep 22, 2019
Merged

Commits on Sep 21, 2019

  1. Updated RELEASES.md for 1.38.0

    XAMPPRocky authored and Mark-Simulacrum committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    d8052d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3ebfab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73c70ca View commit details
    Browse the repository at this point in the history
  4. ci: split aws credentials in two separate users with scoped perms

    This commit changes our CI to use two separate IAM users to
    authenticate with AWS:
    
    * ci--rust-lang--rust--sccache: has access to the rust-lang-ci-sccache2
      S3 bucket and its credentials are available during the whole build.
    * ci--rust-lang--rust--upload: has access to the rust-lang-ci2 S3 bucket
      and its credentials are available just during the upload step.
    
    The new tokens are available in the `prod-credentials` library.
    pietroalbini authored and Mark-Simulacrum committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    e8d2957 View commit details
    Browse the repository at this point in the history