Skip to content

Commit

Permalink
Auto merge of rust-lang#41283 - frewsxcv:rollup, r=frewsxcv
Browse files Browse the repository at this point in the history
[beta] Rollup of 2 pull requests

- Successful merges: rust-lang#41233, rust-lang#41274
- Failed merges:
  • Loading branch information
bors committed Apr 13, 2017
2 parents ca3d118 + 3303f0d commit a260f22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ci/docker/dist-x86-linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /build
# to http://vault.centos.org/
RUN sed -i 's/enabled=1/enabled=0/' /etc/yum/pluginconf.d/fastestmirror.conf
RUN sed -i 's/mirrorlist/#mirrorlist/' /etc/yum.repos.d/*.repo
RUN sed -i 's/#\(baseurl.*\)mirror.centos.org/\1107.158.252.35/' /etc/yum.repos.d/*.repo
RUN sed -i 's|#\(baseurl.*\)mirror.centos.org/centos/$releasever|\1vault.centos.org/5.11|' /etc/yum.repos.d/*.repo

RUN yum upgrade -y && yum install -y \
curl \
Expand Down
2 changes: 1 addition & 1 deletion src/compiler-rt

0 comments on commit a260f22

Please sign in to comment.