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

Release Binaries on GitHub Releases #51

Open
2 tasks
jonaprieto opened this issue Feb 7, 2023 · 3 comments
Open
2 tasks

Release Binaries on GitHub Releases #51

jonaprieto opened this issue Feb 7, 2023 · 3 comments
Labels

Comments

@jonaprieto
Copy link
Collaborator

As part of the Juvix-Geb integration, we require access to Geb binaries. Currently, we are able to generate the binaries manually, but for the convenience of our CI process, we would like to request that Geb be tagged and released on GitHub Releases. As soon as we get this, we'd also update the Juvix codespaces to provide Geb as part of the toolchain.

  • Create a new release on GitHub Releases for each new version of Geb.
  • Add, if possible, binaries for Ubuntu and macOS to each release.

PS.

For testing, one possible way to incorporate Geb in our GitHub CIs is something like this:

      - name: Install Geb binary
        uses: jonaprieto/action-install-gh-release@2
        with:
          repo: anoma/geb
          tag: latest
          binaries-location: bin # in case you put the binaries in a folder named `bin`
          cache: true
@rokopt
Copy link
Member

rokopt commented Feb 13, 2023

@mariari Do you have an idea how we should do this?

@mariari
Copy link
Member

mariari commented Feb 13, 2023

@mariari Do you have an idea how we should do this?

Yeah we should cut release tags, and then do occasional releases, we really should stable our branches, so we aren't forking off main every time, but instead we should fork off a tag, and have certain tags symbolize release that we support.

We should discuss this at the retreat, as it covers general codebase health

@jonaprieto
Copy link
Collaborator Author

Do we have any progress on this issue? @mariari

@rokopt rokopt added the enhancement New feature or request label May 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants