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

initial implementation of macOS crypto backend #1453

Merged
merged 15 commits into from
Jan 15, 2025

Conversation

gdams
Copy link
Member

@gdams gdams commented Dec 18, 2024

closes: #1013

@gdams gdams force-pushed the dev/gadams/darwincrypto branch 7 times, most recently from daa02a7 to f092c70 Compare December 20, 2024 20:27
@gdams gdams force-pushed the dev/gadams/darwincrypto branch 16 times, most recently from 2f2b6d7 to c9eda5b Compare January 8, 2025 16:33
@dagood
Copy link
Member

dagood commented Jan 8, 2025

Filed actions/runner-images#11331 about the GOROOT workaround on macOS.

@dagood
Copy link
Member

dagood commented Jan 8, 2025

Now, test failures.

@gdams gdams force-pushed the dev/gadams/darwincrypto branch 5 times, most recently from d45bb85 to 2dfa2d3 Compare January 9, 2025 09:51
@gdams gdams force-pushed the dev/gadams/darwincrypto branch 7 times, most recently from ace4c75 to b09d530 Compare January 10, 2025 14:17
@gdams gdams force-pushed the dev/gadams/darwincrypto branch 4 times, most recently from 5c2f434 to 8398498 Compare January 10, 2025 15:58
@gdams gdams force-pushed the dev/gadams/darwincrypto branch 2 times, most recently from f3faaea to 24f3783 Compare January 14, 2025 16:32
@gdams gdams force-pushed the dev/gadams/darwincrypto branch from 24f3783 to 389f4b1 Compare January 14, 2025 18:41
@gdams gdams requested a review from qmuntal January 15, 2025 13:13
- { os: darwin, arch: amd64, config: test }
- { experiment: darwincrypto, os: darwin, arch: amd64, config: test }
- { experiment: darwincrypto, os: darwin, arch: amd64, config: test, fips: true }
# - { os: darwin, arch: arm64, config: devscript }
Copy link
Member Author

Choose a reason for hiding this comment

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

noting that I'll enable this in a follow-up PR once a new version of GoTool@0 has been released that contains microsoft/azure-pipelines-tasks#20783

@gdams gdams force-pushed the dev/gadams/darwincrypto branch from 6a7892c to 8bcce40 Compare January 15, 2025 13:22
Copy link
Member

@qmuntal qmuntal left a comment

Choose a reason for hiding this comment

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

LGTM!

@gdams gdams merged commit b69be4d into microsoft/main Jan 15, 2025
34 checks passed
@dagood
Copy link
Member

dagood commented Jan 21, 2025

Turns out the GOROOT issue is AzDO-specific, in GoTool@0: microsoft/azure-pipelines-tasks#20796

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-platform Support a platform new to the microsoft/go infrastructure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider FIPS support on macOS / darwin
4 participants