Compare commits

..

No commits in common. "43a97fa419d824a23e240dadf07bd81385f32d74" and "8afabf3ffb4eccee2809e7cb8a7fe1daec9b473a" have entirely different histories.

View File

@ -37,9 +37,6 @@ binary=$(ecabal new-exec -w ghc-${GHC_VERSION} --verbose=0 --offline sh -- -c 'c
ver=$("${binary}" --numeric-version)
if [ "${OS}" = "DARWIN" ] ; then
strip "${binary}"
# https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/318
codesign -s - -o linker-signed -i ghcup -v "${binary}"
:
else
strip -s "${binary}"
fi