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

Allow non singlestep nix builds #474

Merged
merged 28 commits into from
Mar 15, 2022
Merged

Allow non singlestep nix builds #474

merged 28 commits into from
Mar 15, 2022

Commits on Mar 7, 2022

  1. Allow non singlestep nix builds

    Signed-off-by: Ana Hobden <[email protected]>
    Hoverbear committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    25fb491 View commit details
    Browse the repository at this point in the history
  2. Always set bindgen flags

    Signed-off-by: Ana Hobden <[email protected]>
    Hoverbear committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    f83c0fe View commit details
    Browse the repository at this point in the history
  3. Use compgen less

    Signed-off-by: Ana Hobden <[email protected]>
    Hoverbear committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    592abac View commit details
    Browse the repository at this point in the history
  4. Don't use compgen

    Signed-off-by: Ana Hobden <[email protected]>
    Hoverbear committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    fb4d115 View commit details
    Browse the repository at this point in the history
  5. There is not necessarily a sql directory

    Signed-off-by: Ana Hobden <[email protected]>
    Hoverbear committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    dde451a View commit details
    Browse the repository at this point in the history
  6. Support --out-dir in cargo pgx package

    Signed-off-by: Ana Hobden <[email protected]>
    Hoverbear committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    b2d2551 View commit details
    Browse the repository at this point in the history
  7. Correct postBuild

    Signed-off-by: Ana Hobden <[email protected]>
    Hoverbear committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    8315fa6 View commit details
    Browse the repository at this point in the history
  8. Don't need to rm pgx

    Signed-off-by: Ana Hobden <[email protected]>
    Hoverbear committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    6da43bd View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Init in test too

    Signed-off-by: Ana Hobden <[email protected]>
    Hoverbear committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    9acb13c View commit details
    Browse the repository at this point in the history
  2. Nix uses postgres packages, not versions

    Signed-off-by: Ana Hobden <[email protected]>
    Hoverbear committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    dd406c6 View commit details
    Browse the repository at this point in the history
  3. Update fixup step

    Signed-off-by: Ana Hobden <[email protected]>
    Hoverbear committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    ea7b65b View commit details
    Browse the repository at this point in the history
  4. Remove gcc from closure

    Signed-off-by: Ana Hobden <[email protected]>
    Hoverbear committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    608cb97 View commit details
    Browse the repository at this point in the history
  5. Add sleep on mac

    Signed-off-by: Ana Hobden <[email protected]>
    Hoverbear committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    5cef82c View commit details
    Browse the repository at this point in the history
  6. Clean folder topology

    Signed-off-by: Ana Hobden <[email protected]>
    Hoverbear committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    2c3b8e4 View commit details
    Browse the repository at this point in the history
  7. Mac smart wait

    Signed-off-by: Ana Hobden <[email protected]>
    Hoverbear committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    779b328 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Repair mac builds

    Signed-off-by: Ana Hobden <[email protected]>
    Hoverbear committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    e685566 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2022

  1. Configuration menu
    Copy the full SHA
    5333a85 View commit details
    Browse the repository at this point in the history
  2. Different way to clean dir

    Signed-off-by: Ana Hobden <[email protected]>
    Hoverbear committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    391792f View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Add a very sad sleep

    Signed-off-by: Ana Hobden <[email protected]>
    Hoverbear committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    8af0fef View commit details
    Browse the repository at this point in the history
  2. We don't test with sockets

    Signed-off-by: Ana Hobden <[email protected]>
    Hoverbear committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    915e052 View commit details
    Browse the repository at this point in the history
  3. Add a sleep to satisfy CI

    Signed-off-by: Ana Hobden <[email protected]>
    Hoverbear committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    62be8d2 View commit details
    Browse the repository at this point in the history
  4. Add poll wait for Mac issue

    Signed-off-by: Ana Hobden <[email protected]>
    Hoverbear committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    de7c3e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dbb9642 View commit details
    Browse the repository at this point in the history
  6. Use a compgen wait

    Signed-off-by: Ana Hobden <[email protected]>
    Hoverbear committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    049465d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0d80de2 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Use more compatible globbing check

    Signed-off-by: Ana Hobden <[email protected]>
    Hoverbear committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    190000c View commit details
    Browse the repository at this point in the history
  2. Use mktemp for pgx home

    Signed-off-by: Ana Hobden <[email protected]>
    Hoverbear committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    6765d7b View commit details
    Browse the repository at this point in the history
  3. We don't need to rm the pgx home anymore

    Signed-off-by: Ana Hobden <[email protected]>
    Hoverbear committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    1cadb38 View commit details
    Browse the repository at this point in the history