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

Refactor build binaries workflow #431

Merged
merged 50 commits into from
Feb 26, 2024

Conversation

PatrickDinh
Copy link
Contributor

@PatrickDinh PatrickDinh commented Feb 26, 2024

Proposed Changes

  • Move the content of the build binaries action into build binaries workflow. Doing this so that we can easily add more parameters to platform specified build binaries actions.
  • Rename some steps in the CD workflow

Fixes #389

PatrickDinh and others added 30 commits February 15, 2024 15:00
# Conflicts:
#	.github/workflows/build-binaries.yaml
1.11.4

skip-checks: true
1.11.5

skip-checks: true
1.11.6

skip-checks: true
1.11.7

skip-checks: true
1.11.8

skip-checks: true
1.11.9

skip-checks: true
1.11.10

skip-checks: true
1.11.11

skip-checks: true
* chore: notarise the folder

* chore: codesign .framework

* Sign Python
1.11.12

skip-checks: true
* chore: try entitlements

* chore: staple

* chore: test

* chore: test
1.11.13

skip-checks: true
* fix: fix issue of goal command interacting with filename containing dot (algorandfoundation#424)

* fix: fixed issue with filename containing dot

* fix: make the regex simpler

* 1.11.4

1.11.4

skip-checks: true

* chore: binary distribution build refactor (algorandfoundation#428)

* chore: refactor binary build to better support variations in platform specific builds
* chore: update a dependency version

* fix: upload windows artifact to release (algorandfoundation#429)

* chore: build for mac

* chore: fix

* chore: fix

* chore: fix

* chore: fix

* chore: fix

* chore: fix artifact names

---------

Co-authored-by: Negar <[email protected]>
Co-authored-by: semantic-release <semantic-release>
Co-authored-by: Neil Campbell <[email protected]>
2.0.0

skip-checks: true
PatrickDinh and others added 20 commits February 26, 2024 11:27
2.0.1

skip-checks: true
2.0.2

skip-checks: true
2.0.3

skip-checks: true
2.0.4

skip-checks: true
2.0.5

skip-checks: true
2.0.6

skip-checks: true
2.0.7

skip-checks: true
2.0.8

skip-checks: true
2.0.9

skip-checks: true
# Conflicts:
#	.github/actions/build-binaries/action.yaml
#	.github/workflows/build-binaries.yaml
@@ -34,9 +35,85 @@ jobs:
- name: Install dependencies
run: poetry install --no-interaction

- name: Build & test binary
uses: ./.github/actions/build-binaries
- name: Set release version
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The rest of this file was copied from build-binaries/action.yaml.

@PatrickDinh PatrickDinh merged commit cf8440c into algorandfoundation:main Feb 26, 2024
14 checks passed
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.

MacOS users can easily install the native AlgoKit cli
2 participants