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

AWS-LC-FIPS-2.0.14 & MacOS CI Update #808

Merged
merged 17 commits into from
Jul 17, 2024
Merged

AWS-LC-FIPS-2.0.14 & MacOS CI Update #808

merged 17 commits into from
Jul 17, 2024

Conversation

waahm7
Copy link
Contributor

@waahm7 waahm7 commented Jul 16, 2024

Description of changes:

  • MacOS CI now defaults to arm-64
  • Add a new macos-x64 CI.
  • Update the naming from osx to macos.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@@ -192,8 +192,8 @@ jobs:
python -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder.pyz')"
python builder.pyz build -p ${{ env.PACKAGE_NAME }} downstream

osx: # With integration tests
runs-on: macos-13 # latest
macos: # With integration tests
Copy link
Contributor

Choose a reason for hiding this comment

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

Currently there are 3 macos variants. This is a legacy of when we had to cross-compile arm64. Let's just have 2 variants (arm64 and x64), where they both do integration tests AND that compatibility check

Suggested change
macos: # With integration tests
macos:

@waahm7 waahm7 merged commit 5771b28 into main Jul 17, 2024
50 checks passed
@waahm7 waahm7 deleted the latest-macos-ci branch July 17, 2024 22:31
@graebm graebm mentioned this pull request Jul 18, 2024
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.

None yet

3 participants