-
Notifications
You must be signed in to change notification settings - Fork 772
{devel}[GCCcore/8.3.0] Bazel v0.26.1 #9246
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
{devel}[GCCcore/8.3.0] Bazel v0.26.1 #9246
Conversation
|
(close/re-open to wake up Travis/GitHub Actions to run the tests...) |
boegel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
|
Test report by @boegel |
|
Test report by @boegel |
|
Test report by @boegel |
|
Test report by @boegel |
|
Going in, thanks @Flamefire! |
|
On CentOS6 (with python-2.6.6), I had to add Python 2.7 as a builddep. builddependencies = [('binutils', '2.32'), ('Python', '2.7.16')] otherwise it failed to build with: Traceback (most recent call last): |
|
Ouch, there is an OS with Python 2.6? Isn't easybuild itself running on 2.7? According to https://docs.bazel.build/versions/master/install-compile-source.html bazel supports Python 2&3 so I'd rather install Python 3.7.4 as builddependency |
|
@Flamefire Python 2.6 is the system Python in CentOS 6. We still support running EasyBuild on top of Python 2.6, but not for much longer (we're deprecating that support for the next EasyBuild release, see easybuilders/easybuild-framework#3076). @JackPerdue Please open an issue on this, it's impossible to keep track of things to do in merged PRs. |
|
Done. #9295 |
(created using
eb --new-pr)