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

Enable codecov. #60

Merged
merged 1 commit into from May 31, 2019
Merged

Conversation

sisshiki1969
Copy link
Contributor

This PR rewrites .circleci/config.yml and Dockerfile to avoid the problem that kcov fails to attach in docker images.

kcov uses the personality syscall (to be able to run PIE executables without address space randomization), and it seems like docker is disabling personality().
ref.1
ref.2

Now codecov works.

llvm-sys was upgraded. (v60 -> v70)

@maekawatoshiki
Copy link
Owner

maekawatoshiki commented May 31, 2019

I've been waiting for such PR. Thank you.

@maekawatoshiki maekawatoshiki merged commit 936e027 into maekawatoshiki:new-gen May 31, 2019
@sisshiki1969 sisshiki1969 deleted the docker branch May 31, 2019 14:56
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