-
Notifications
You must be signed in to change notification settings - Fork 2
Updated CLANG and LLD version to 7 #22
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
Conversation
|
@serban-nicusor-toptal I don't think this PR specified the updated compiler version correctly. After clang 6, the versioning changed from 6.0 to 7 (i.e., no |
|
Change committed and the image is now live on DockerHub. Binaries name in case you will need them to debug: |
|
Brilliant, thanks! |
|
I might be pulling the wrong image down, but it looks like it still can't find clang7: Is |
|
I'm not entirely sure what is going on, I can see the clang-7 binary just fine: Maybe a permission issue or an old image? I can also see the Let me know if the above helped with anything, else I will try to run it on a different machine to debug. Edit: Oh! Jenkins sometimes doesn't really pick up the "latest" change from Docker Hub, therefore when I debug just like you are now with different images/tags I add to the pipeline something like: OR pass the |
Ah perfect, I thought that might be the case but I wasn't sure of the right argument to fix it. Thanks, I'll give that a try now! |
|
I've just tried the |
|
Hey @andrjohns it should be fine now. as I've moved that to a separate job here where you can just paste your docker image and it will be updated on the build instances, to avoid blockers like this and make it much easier. |
|
Brilliant, thanks! |
|
@serban-nicusor-toptal Now that the c++17 PR is passing CI, can we merge this PR? Then I can remove all of the CI changes from that PR as well. Thanks! |
No description provided.