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

manylinux build release #13

Closed
wants to merge 9 commits into from
Closed

manylinux build release #13

wants to merge 9 commits into from

Commits on Apr 5, 2023

  1. Build development binaries on manylinux containers

    Builds development `abq` binaries on a succifiently-old glibc system,
    suitable for dynamic linking of newer glibcs on EC2 and Github Actions.
    ayazhafiz committed Apr 5, 2023
    Copy the full SHA
    f5fa953 View commit details
    Browse the repository at this point in the history
  2. Drop all references to mimalloc

    Instead, prefer the default system or libc allocator. By default, rustc
    will defer to the system allocator.
    ayazhafiz committed Apr 5, 2023
    Copy the full SHA
    5e13d3b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d5018f7 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    1e53b09 View commit details
    Browse the repository at this point in the history
  5. Update artifacts_dir

    ayazhafiz committed Apr 5, 2023
    Copy the full SHA
    81c668d View commit details
    Browse the repository at this point in the history
  6. Add a missing comment

    ayazhafiz committed Apr 5, 2023
    Copy the full SHA
    da8dc53 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    5447539 View commit details
    Browse the repository at this point in the history
  8. Fix doc comment

    ayazhafiz committed Apr 5, 2023
    Copy the full SHA
    209ad18 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    a730aef View commit details
    Browse the repository at this point in the history