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

Generate binary ddlog distribution using travis #148

Merged
merged 2 commits into from
Feb 6, 2019
Merged

Conversation

ryzhyk
Copy link
Contributor

@ryzhyk ryzhyk commented Feb 6, 2019

  • Statically link ddlog executable on Linux to eliminate shared library dependencies
  • Configure travis to package ddlog executable and libraries and upload them as github releases on each tagged commit.

ddlog depends on a bunch of system libraries.  Link them in statically
to simplify binary releases.

The linker prints a bunch of warnings, but tests still pass.
Triggered on every tagged commit
Copy link

@mihaibudiu mihaibudiu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can look at this, but I have no idea how Travis works, so I have to believe you.
The build has 1/2 failed.

@ryzhyk
Copy link
Contributor Author

ryzhyk commented Feb 6, 2019

The build has 1/2 failed.

Yeah, I canceled a redundant build.

@ryzhyk ryzhyk merged commit e472c44 into master Feb 6, 2019
@ryzhyk ryzhyk deleted the make_distro branch February 6, 2019 17:54
@ryzhyk ryzhyk mentioned this pull request Feb 11, 2019
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