You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: