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 release binaries for all platforms #24

Merged
merged 49 commits into from Jan 13, 2023
Merged

Commits on Nov 22, 2022

  1. Copy the full SHA
    f6deedd View commit details
    Browse the repository at this point in the history
  2. update log message

    samsalisbury committed Nov 22, 2022
    Copy the full SHA
    48fd97d View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. split out release build binaries by platform

    - This allows us to build them all on the same machine if we want to.
    samsalisbury committed Nov 23, 2022
    Copy the full SHA
    5f1c07c View commit details
    Browse the repository at this point in the history
  2. simplify zipping: skip subdirectories

    - This just makes it more complex and isn't needed in real life.
    samsalisbury committed Nov 23, 2022
    Copy the full SHA
    59a325c View commit details
    Browse the repository at this point in the history
  3. rename RELEASE_BUILD -> FINAL_BUILD

     - Because some final builds are not clean, and thus not release builds.
    samsalisbury committed Nov 23, 2022
    Copy the full SHA
    9f210cd View commit details
    Browse the repository at this point in the history
  4. rename TMP_BUILD -> BOOTSTRAP_BUILD

    - Better represents purpose.
    samsalisbury committed Nov 23, 2022
    Copy the full SHA
    4fcd699 View commit details
    Browse the repository at this point in the history
  5. fix some comments

    samsalisbury committed Nov 23, 2022
    Copy the full SHA
    1ba9831 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. extract build logic from makefile

    - Using the makefile to produce multi-platform binaries was getting
      too hard to read. Hopefully this makes it clearer.
    samsalisbury committed Nov 28, 2022
    Copy the full SHA
    daa92ae View commit details
    Browse the repository at this point in the history
  2. update dev/build

    samsalisbury committed Nov 28, 2022
    Copy the full SHA
    88b90c4 View commit details
    Browse the repository at this point in the history
  3. update dev/build

    samsalisbury committed Nov 28, 2022
    Copy the full SHA
    57fafdc View commit details
    Browse the repository at this point in the history
  4. update dev/build

    samsalisbury committed Nov 28, 2022
    Copy the full SHA
    cdc2334 View commit details
    Browse the repository at this point in the history
  5. update dev/build

    samsalisbury committed Nov 28, 2022
    Copy the full SHA
    dcdcd1d View commit details
    Browse the repository at this point in the history
  6. update dev/build

    samsalisbury committed Nov 28, 2022
    Copy the full SHA
    3e9174a View commit details
    Browse the repository at this point in the history
  7. update dev/build

    samsalisbury committed Nov 28, 2022
    Copy the full SHA
    ee76b40 View commit details
    Browse the repository at this point in the history
  8. update dev/build

    samsalisbury committed Nov 28, 2022
    Copy the full SHA
    5dc00c8 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    748e8e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Copy the full SHA
    9ada09a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7121e51 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    705fea6 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Copy the full SHA
    d8cebc0 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Copy the full SHA
    ab7e2ee View commit details
    Browse the repository at this point in the history
  2. update comment

    samsalisbury committed Dec 5, 2022
    Copy the full SHA
    bccc149 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    116d156 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3c327e3 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    278f70d View commit details
    Browse the repository at this point in the history
  6. make release lists zips

    samsalisbury committed Dec 5, 2022
    Copy the full SHA
    ba2a2a6 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Copy the full SHA
    0cf1a7e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f6e3e27 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0d69a8c View commit details
    Browse the repository at this point in the history
  4. revert changes to zipper lib

    - These might not be necessary, trying to keep changeset to a minimum.
    samsalisbury committed Jan 11, 2023
    Copy the full SHA
    7efc955 View commit details
    Browse the repository at this point in the history
  5. revert version bump

    samsalisbury committed Jan 11, 2023
    Copy the full SHA
    48c67a5 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    22639cd View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    ad9b565 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    d56ec38 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    5419e32 View commit details
    Browse the repository at this point in the history
  10. whitespace

    samsalisbury committed Jan 11, 2023
    Copy the full SHA
    2c61048 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    4b324ca View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    7dd5c09 View commit details
    Browse the repository at this point in the history
  13. ensure TMPDIR set in GHA

    samsalisbury committed Jan 11, 2023
    Copy the full SHA
    c7abf40 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    a54ec59 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    d5a339c View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. debug GITHUB_PATH

    samsalisbury committed Jan 12, 2023
    Copy the full SHA
    39098e4 View commit details
    Browse the repository at this point in the history
  2. debug PATH

    samsalisbury committed Jan 12, 2023
    Copy the full SHA
    58a7f40 View commit details
    Browse the repository at this point in the history
  3. debug

    samsalisbury committed Jan 12, 2023
    Copy the full SHA
    6c571f8 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2e21e63 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    61fb157 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    e18961e View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    11cc8a2 View commit details
    Browse the repository at this point in the history
  8. remove unused line

    samsalisbury committed Jan 12, 2023
    Copy the full SHA
    5fc5b1e View commit details
    Browse the repository at this point in the history