Update gcc used for dist-x86-linux builds by TimNN · Pull Request #40617 · rust-lang/rust (original) (raw)
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 andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation18 Commits1 Checks0 Files changed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})
GCC 4.7 is too old to build LLVM 4.0, so this PR updates to 4.8.
r? @alexcrichton (I'll ping you again once travis is green and the test commit is removed).
The build was killed during openssl install, that didn't reproduce locally so I have restarted the travis build.
The build timed out again.
That looks like it got plenty far enough though to verify this works, want to send it to bors?
📌 Commit 09d12d0 has been approved by alexcrichton
The base, CentOS 5 is about to expire; why not just upgrade to a decent distro?
frewsxcv added a commit to frewsxcv/rust that referenced this pull request
Update gcc used for dist-x86-linux builds
GCC 4.7 is too old to build LLVM 4.0, so this PR updates to 4.8.
r? @alexcrichton (I'll ping you again once travis is green and the test commit is removed).
@bors: r+
(feel free to @bors: r=alexcrichton
whenever you rebase)
📌 Commit 88d5645 has been approved by `alexcrichton``
📌 Commit 88d5645 has been approved by alexcrichton
@alexcrichton: I don't think I have bors rights, so bors: r=alexcrichton
wouldn't work, right?
or rather, after I deploy that
The base, CentOS 5 is about to expire; why not just upgrade to a decent distro?
Let's leave out subjective assessments of what's "decent" please. It matters to keep the base OS old for maximum ABI compatibility, so when we do move, the next logical choice would be CentOS 6.
frewsxcv added a commit to frewsxcv/rust that referenced this pull request
Update gcc used for dist-x86-linux builds
GCC 4.7 is too old to build LLVM 4.0, so this PR updates to 4.8.
r? @alexcrichton (I'll ping you again once travis is green and the test commit is removed).
frewsxcv added a commit to frewsxcv/rust that referenced this pull request
Update gcc used for dist-x86-linux builds
GCC 4.7 is too old to build LLVM 4.0, so this PR updates to 4.8.
r? @alexcrichton (I'll ping you again once travis is green and the test commit is removed).
bors added a commit that referenced this pull request
TimNN deleted the dist-update-gcc branch