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

@@ -296,18 +296,6 @@ download_ghcup() {
esac
EOF
case "${plat}" in
"Darwin"|"darwin")
case "${arch}" in
aarch64|arm64|armv8l)
codesign -s - "${GHCUP_BIN}"/ghcup
;;
*) : ;;
esac
;;
*) : ;;
esac
# shellcheck disable=SC1090
edo . "${GHCUP_DIR}"/env
eghcup upgrade