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

ci: Add build automation, add optional rustls compilation #13

Merged
merged 40 commits into from
Jun 6, 2024
Merged

Commits on Jun 5, 2024

  1. Add build automation

    pavelzw committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    490e46e View commit details
    Browse the repository at this point in the history
  2. .

    pavelzw committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    e3ebeca View commit details
    Browse the repository at this point in the history
  3. .

    pavelzw committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    ab1be68 View commit details
    Browse the repository at this point in the history
  4. Use rustls everywhere

    pavelzw committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    67eef3f View commit details
    Browse the repository at this point in the history
  5. Use rustls

    pavelzw committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    50eaa5f View commit details
    Browse the repository at this point in the history
  6. .

    pavelzw committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    fab79ce View commit details
    Browse the repository at this point in the history
  7. .

    pavelzw committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    7be6ca2 View commit details
    Browse the repository at this point in the history
  8. add compilers

    pavelzw committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    21c8cd0 View commit details
    Browse the repository at this point in the history
  9. .

    pavelzw committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    69975c6 View commit details
    Browse the repository at this point in the history
  10. ?

    pavelzw committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    7dbc4e9 View commit details
    Browse the repository at this point in the history
  11. /

    pavelzw committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    6a6c325 View commit details
    Browse the repository at this point in the history
  12. .

    pavelzw committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    4071746 View commit details
    Browse the repository at this point in the history
  13. .

    pavelzw committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    404d25d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    874dd5d View commit details
    Browse the repository at this point in the history
  15. only on linux

    pavelzw committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    b5305b3 View commit details
    Browse the repository at this point in the history
  16. is cc even needed on linux?

    pavelzw committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    07198dd View commit details
    Browse the repository at this point in the history
  17. .

    pavelzw committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    d33e578 View commit details
    Browse the repository at this point in the history
  18. .

    pavelzw committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    5326ebe View commit details
    Browse the repository at this point in the history
  19. .

    pavelzw committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    08e9bab View commit details
    Browse the repository at this point in the history
  20. .

    pavelzw committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    55ebde7 View commit details
    Browse the repository at this point in the history
  21. .

    pavelzw committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    50b182c View commit details
    Browse the repository at this point in the history
  22. .

    pavelzw committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    2d55bd3 View commit details
    Browse the repository at this point in the history
  23. .

    pavelzw committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    feabcc5 View commit details
    Browse the repository at this point in the history
  24. .

    pavelzw committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    b492f5b View commit details
    Browse the repository at this point in the history
  25. .

    pavelzw committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    6f1fe6b View commit details
    Browse the repository at this point in the history
  26. .

    pavelzw committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    78e0a4b View commit details
    Browse the repository at this point in the history
  27. .

    pavelzw committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    6faf1ab View commit details
    Browse the repository at this point in the history
  28. .

    pavelzw committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    e949326 View commit details
    Browse the repository at this point in the history
  29. .

    pavelzw committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    880705d View commit details
    Browse the repository at this point in the history
  30. .

    pavelzw committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    7ab647c View commit details
    Browse the repository at this point in the history
  31. finalize

    pavelzw committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    89a09bf View commit details
    Browse the repository at this point in the history
  32. .

    pavelzw committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    e8be71a View commit details
    Browse the repository at this point in the history
  33. update openssl

    pavelzw committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    b70d6a8 View commit details
    Browse the repository at this point in the history
  34. finalize

    pavelzw committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    ddb3f22 View commit details
    Browse the repository at this point in the history
  35. readme

    pavelzw committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    248e63a View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. try with pkg-config

    pavelzw committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    2e03912 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6515bc View commit details
    Browse the repository at this point in the history
  3. fixes

    pavelzw committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    632acf9 View commit details
    Browse the repository at this point in the history
  4. fix cargo config

    pavelzw committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    9550a8c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc857e0 View commit details
    Browse the repository at this point in the history