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

build apiclient as static binary #552

Merged
merged 2 commits into from
Nov 21, 2019
Merged

build apiclient as static binary #552

merged 2 commits into from
Nov 21, 2019

Commits on Nov 21, 2019

  1. macros: add support for static cargo builds

    Signed-off-by: Ben Cressey <[email protected]>
    bcressey committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    a99a042 View commit details
    Browse the repository at this point in the history
  2. apiclient: enable static build

    The apiclient binary is copied into host containers, and can't rely
    on its shared libraries to exist or to be compatible versions.
    
    Signed-off-by: Ben Cressey <[email protected]>
    bcressey committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    9ebb0f8 View commit details
    Browse the repository at this point in the history