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

Make unconteinerized build work on OSX #1028

Merged
merged 10 commits into from Mar 15, 2016
Merged

Make unconteinerized build work on OSX #1028

merged 10 commits into from Mar 15, 2016

Commits on Mar 10, 2016

  1. Create codecgen binary based on the host's architecture

    Alfonso Acosta authored and foot committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    805bedf View commit details
    Browse the repository at this point in the history
  2. Provide identical go variables to codecgen

    Alfonso Acosta authored and foot committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    ab6b00a View commit details
    Browse the repository at this point in the history
  3. Invoke Go consistently and remove GO15VENDOREXPERIMENT from container

    Alfonso Acosta authored and foot committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    7832976 View commit details
    Browse the repository at this point in the history
  4. Extend go variables even more

    Alfonso Acosta authored and foot committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    8ac9e78 View commit details
    Browse the repository at this point in the history
  5. Move codecgen dependencies to the no-containerized section

    Alfonso Acosta authored and foot committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    3391bcc View commit details
    Browse the repository at this point in the history
  6. 4 Configuration menu
    Copy the full SHA
    d7e9d13 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2016

  1. Simplify build

    * Get rid of GO15VENDOREXPERIMENT since it's enabled by default in Go >=1.6,
      just use go 1.6 if you want to build outside the container.
    * Stop using unset/env -u, just avoid adding env variables where needed.
    * Pass build flags consistently to codecgen.
    * Let the experimental/ directory be.
    Alfonso Acosta committed Mar 12, 2016
    Configuration menu
    Copy the full SHA
    e7c38a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2016

  1. Bump vendor/github.com/ugorji/go/codec

    To be able to get rid of GO15VENDOREXPERIMENT ugorji/go#147
    Alfonso Acosta committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    7f5005a View commit details
    Browse the repository at this point in the history
  2. Fix typo

    Alfonso Acosta committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    987ccb7 View commit details
    Browse the repository at this point in the history
  3. Remove full bin directory of codecgen

    Alfonso Acosta committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    6a62037 View commit details
    Browse the repository at this point in the history