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

Support codesigning on MacOs #224

Closed
aherrmann opened this issue May 5, 2022 · 0 comments · Fixed by #227
Closed

Support codesigning on MacOs #224

aherrmann opened this issue May 5, 2022 · 0 comments · Fixed by #227
Assignees
Labels
P2 major: an upcoming release type: feature request

Comments

@aherrmann
Copy link
Member

Is your feature request related to a problem? Please describe.
On M1 MacOS Monterey it seems to be mandatory for binaries to be codesigned, even binaries that are self-built. The default XCode toolchain handles this transparently. However, a Nix provided Bazel CC toolchain needs to take extra care to support this.

Describe the solution you'd like
Configure the Nix provided CC toolchain on Darwin to use codesign. This has been implemented in Daml here and needs to be upstreamed.

@aherrmann aherrmann added P2 major: an upcoming release type: feature request labels May 5, 2022
avdv added a commit that referenced this issue May 17, 2022
avdv added a commit that referenced this issue May 17, 2022
avdv added a commit that referenced this issue May 17, 2022
avdv added a commit that referenced this issue May 17, 2022
avdv added a commit that referenced this issue May 17, 2022
@mergify mergify bot closed this as completed in #227 May 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 major: an upcoming release type: feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants