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

Fix docker build #54

Merged
merged 1 commit into from
Jun 16, 2020
Merged

Fix docker build #54

merged 1 commit into from
Jun 16, 2020

Conversation

dbeer1
Copy link
Contributor

@dbeer1 dbeer1 commented Jun 15, 2020

Describe your changes
Travis build is currently failing because the output of clang --version changed. Instead of trying to parse the unspecified text there and assemble the resource directory, use clang -print-resource-dir instead which is guaranteed to just print the resource directory and exit.

Testing performed
Unit tests now pass

Signed-off-by: Daniel Beer <dbeer1@bloomberg.net>
@dbeer1 dbeer1 merged commit 04a3c1b into bloomberg:master Jun 16, 2020
@dbeer1 dbeer1 deleted the fix_ci branch June 16, 2020 15:01
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.

None yet

2 participants