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

fix: release workflow #85

Merged
merged 2 commits into from
Jan 29, 2024
Merged

fix: release workflow #85

merged 2 commits into from
Jan 29, 2024

Conversation

3benbox
Copy link
Contributor

@3benbox 3benbox commented Jan 24, 2024

Statically compile openssl for the hermetic driver release.

Fixed the release steps.

@3benbox 3benbox requested a review from smrz2001 January 24, 2024 20:17
@3benbox 3benbox changed the title Fix: release workflow fix: release workflow Jan 25, 2024
@3benbox 3benbox force-pushed the fix-create-release branch from 6e50181 to f88b0c4 Compare January 25, 2024 13:44
Added ssl dev

Added openssl and pkg-config installs

disable mac builds

Added gh release step

fix artifact path

rename release file

bump version to test releaes

vendor openssl for static linking

vendor openssl for static linking

move openssl static to hermetic cargo.toml

Update .github/workflows/create-release.yml

Co-authored-by: Mohsin Zaidi <[email protected]>

trying out mac

Try brew install openssl

artifact mac

Added docker image

Added tag output for release

Disable linux arm64

trying github image repo

Use AWS ECR public repo

fix: address comments, build binaries

fix: dupe key name

fix: dupe key name

fix: dependency

fix: added ending space

fix: use build tag for image

fix: tag problems
@3benbox 3benbox force-pushed the fix-create-release branch from b59d3f7 to 9f9e08c Compare January 29, 2024 13:56
@3benbox 3benbox requested a review from smrz2001 January 29, 2024 14:26
Copy link
Collaborator

@smrz2001 smrz2001 left a comment

Choose a reason for hiding this comment

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

A couple of minor comments otherwise LGTM!!

@@ -45,6 +45,12 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
- name: Install libssl-dev
if: matrix.target == 'x86_64-unknown-linux-gnu'
run: sudo apt-get install libssl-dev pkg-config
Copy link
Collaborator

Choose a reason for hiding this comment

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

You can move the command to a "build-command" entry in the strategy matrix. Then here, you'd just need to invoke the command ($(${{ matrix.build-command }})?).

publish-hermetic-driver:
IMAGE_NAME=${TEST_SUITE_IMAGE_NAME} ./ci-scripts/publish_hermetic_driver.sh ${BUILD_TAG}

# TODO Remove this target when the flavors are refactored away
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think you can remove this section now after Nathaniel's latest PR.

@3benbox 3benbox added this pull request to the merge queue Jan 29, 2024
Merged via the queue into main with commit c09d269 Jan 29, 2024
11 checks passed
@3benbox 3benbox deleted the fix-create-release branch January 29, 2024 19:59
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.

2 participants