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: add build from tarball #32129

Closed
wants to merge 4 commits into from

Commits on Apr 9, 2020

  1. build: add build from tarball

    John Kleinschmidt committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    78658af View commit details
    Browse the repository at this point in the history
  2. test: use symlinks to copy shells

    Git for Windows includes C:\Program Files\Git\bin\bash.exe which spawns ..\usr\bin\bash.exe so copying that executable won't work.  However if a symlink is used to test paths with spaces this executable will still work.
    John Kleinschmidt committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    bbdf382 View commit details
    Browse the repository at this point in the history
  3. Use Python 2.7 for Windows testing

    John Kleinschmidt committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    67d4d2b View commit details
    Browse the repository at this point in the history
  4. Move built release to checkout dir

    John Kleinschmidt committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    f5dc4d2 View commit details
    Browse the repository at this point in the history