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

Python build: copy files instead of creating link #1989

Merged

Conversation

mauriciovasquezbernal
Copy link
Contributor

Fix for #1964, more details in commit message.

@yonghong-song
Copy link
Collaborator

[buildbot, test this please]

@mauriciovasquezbernal
Copy link
Contributor Author

I'm not sure why tests were failing, I forced pushed to rerun them but I just realized that somebody has to ask the build bot to do it.

@yonghong-song
Copy link
Collaborator

@mauriciovasquezbernal No problem. Let me try to run again.

@yonghong-song
Copy link
Collaborator

[buildbot, test this please]

After iovisor#1826 version.py is generated
by cmake in order to have the __version__ define in the module. The
previous approach of installing the python module created a link between the
src and the "build" folder, hence the version.py was actually created in the
scr folder, this caused some git noise.

This comit solves that problem by copying files instead of creating a link,
then the version.py file is only created in the "build" dir.

Signed-off-by: Mauricio Vasquez B <[email protected]>
@yonghong-song
Copy link
Collaborator

Not sure what is going on with the pull request got stuck in testing stage.
cc @drzaeus77

@mauriciovasquezbernal
Copy link
Contributor Author

mauriciovasquezbernal commented Sep 27, 2018

@yonghong-song I pushed a new modification, python tests were using the wrong source code.
Could you please kick the bot once again?

@yonghong-song
Copy link
Collaborator

okay.

@yonghong-song
Copy link
Collaborator

[buildbot, test this please]

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