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

add Dockerfile #271

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

secinthenet
Copy link

No description provided.

@secinthenet
Copy link
Author

Quick question: even though I'm exporting CC="clang-10" CXX="clang++-10", it seems that the tests run with gcc, which is presumably why the clear test fails and I need to disable it?

@jgriffiths
Copy link
Contributor

Quick question: even though I'm exporting CC="clang-10" CXX="clang++-10", it seems that the tests run with gcc, which is presumably why the clear test fails and I need to disable it?

The tests should be built with the same compiler as the library itself, I'd need to try this docker build to see whats going on. However I have noticed on debian that using the named compiler may not work sometimes, I have had more success (with e.g. gdk) installing clang versions into unique directories and using PATH to control the compiler used.

Thanks for this contribution! it may be a little while before we review and merge it but rest assured we will take a look as soon as we get time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants