-
Notifications
You must be signed in to change notification settings - Fork 28
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
Conversation
daa02a7
to
f092c70
Compare
2f2b6d7
to
c9eda5b
Compare
Filed actions/runner-images#11331 about the GOROOT workaround on macOS. |
Now, test failures. |
d45bb85
to
2dfa2d3
Compare
ace4c75
to
b09d530
Compare
5c2f434
to
8398498
Compare
f3faaea
to
24f3783
Compare
24f3783
to
389f4b1
Compare
- { 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 } |
There was a problem hiding this comment.
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
6a7892c
to
8bcce40
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Turns out the GOROOT issue is AzDO-specific, in GoTool@0: microsoft/azure-pipelines-tasks#20796 |
closes: #1013