Revert "Add darwin code signing wrt #322 and #318"

This reverts commit 8cc333d8d5.
This commit is contained in:
2022-03-02 18:06:35 +01:00
parent 8cc333d8d5
commit 7e359d7b3c
3 changed files with 0 additions and 25 deletions

View File

@@ -1028,17 +1028,6 @@ darwinNotarization Darwin path = exec
Nothing
darwinNotarization _ _ = pure $ Right ()
darwinCodeSign :: (MonadReader env m, HasDirs env, MonadIO m)
=> Platform
-> FilePath
-> m (Either ProcessError ())
darwinCodeSign Darwin path = exec
"codesign"
["-s", "-", path]
Nothing
Nothing
darwinCodeSign _ _ = pure $ Right ()
getChangeLog :: GHCupDownloads -> Tool -> Either Version Tag -> Maybe URI
getChangeLog dls tool (Left v') =