Skip to content

Add support for compiling the provider on aarch64 #66

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

Merged
merged 2 commits into from
May 23, 2024

Conversation

tgonzalezorlandoarm
Copy link
Member

Provide:

  1. docker image from cross-compiling
  2. ci jobs for testing the cross-compilation

Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
Copy link
Collaborator

@minosgalanakis minosgalanakis left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -0,0 +1,45 @@
# Copyright 2024 Contributors to the Parsec project.
# SPDX-License-Identifier: Apache-2.0
FROM ubuntu:22.04
Copy link
Collaborator

Choose a reason for hiding this comment

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

in the ci.yaml it refers

build-and-test:
name: Build Parsec OpenSSL Provider and run tests 
runs-on: ubuntu-latest

I am not sure how the workflow's work but couldn't pinning the version down in Docker cause any issues in the future ?

Copy link
Member Author

Choose a reason for hiding this comment

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

The parsec-openssl-provider-cross-compile docker image is the one we run our cross compilation on.
This docker container runs on a Github runner instance that has version ubuntu-latest. Please see this link for the available options (currently Ubuntu 22.04).

We want to be pinning down the cross compilation docker image for reproducibility, but we want our Github runner instances to be as updated as possible if that makes sense. We have been operating this way for all of parallaxsecond projects (parsec, parsec-tool, etc)

@tgonzalezorlandoarm tgonzalezorlandoarm merged commit 67661b6 into main May 23, 2024
@tgonzalezorlandoarm tgonzalezorlandoarm deleted the tg/cross-compile-w-ci-clean branch May 23, 2024 15:31
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