cctools erase the signature of osx-arm64 binaries #5000
Labels
stale::closed
[bot] closed after being marked as stale
stale
[bot] marked as stale due to inactivity
type::bug
describes erroneous operation, use severity::* to classify the type
Checklist
What happened?
I am packaging a binary executable with
conda build
. After compilation, I added some code tobuild.sh
to sign my executables so when they are executed there aren't any annoying popups in macOS about "incoming connections" (my executable uses MPICH).However, when packaging, the
cctools
package erases my signature. This is evidenced in the logs with messages of the type[cctools-port]: generating fake signature for ...
.I did not find any documentation on how to pass certificate information to
conda build
to sign a package's binary files (the contents, not the package). Is there any "good" way to accomplish this? Or a workaround?Thanks in advance.
Conda Info
No response
Conda Config
No response
Conda list
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: