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

Publish binary as development-latest #121

Merged
merged 8 commits into from
Apr 25, 2024
Merged

Conversation

rsoeldner
Copy link
Member

@rsoeldner rsoeldner commented Apr 22, 2024

This PR adds releasing binary artefacts once they pass CI as development-latest. The general idea is to ship new versions of the LSP server via the VSCode plugin.

PR checklist:

  • Test coverage for the proposed changes
  • PR description contains example output from repl interaction or a snippet from unit test output
  • Any changes that could be relevant to users have been recorded in the changelog

Additionally, please justify why you should or should not do the following:

  • Confirm replay/back compat
  • Benchmark regressions
  • (For Kadena engineers) Run integration-tests against a Chainweb built with this version of Pact

@jmcardon
Copy link
Member

Please squash all the wip commits together

@rsoeldner rsoeldner merged commit 9d69748 into master Apr 25, 2024
3 checks passed
@@ -42,5 +42,24 @@ jobs:
echo Building the project and its devShell
nix build .#check --log-lines 500 --show-trace

echo Build the bundle
nix build .#pact-binary-bundle --log-lines 500 --show-trace --out-link pact-binary-bundle
tar -zcvf pact-binary-bundle.${{ matrix.os }}.tar.gz $(readlink pact-binary-bundle)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In retrospect, we should probably decide on what this should be named and come up with a convention for it. pact-binary-bundle.*.tar.gz isn't very friendly or informative

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants