From fd8e23873a6632d0406fbcc51302abbbd084f673 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 5 Jan 2022 11:46:20 +0100 Subject: [PATCH] Revert "Don't make missing i386 alpine fatal" This reverts commit b24fff8359c8918295ea4e2a08ed92fdb22a74a3. --- ghcup-gen/Validate.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghcup-gen/Validate.hs b/ghcup-gen/Validate.hs index 2de8eec..91bb612 100644 --- a/ghcup-gen/Validate.hs +++ b/ghcup-gen/Validate.hs @@ -113,7 +113,7 @@ validate dls _ = do Cabal | v > [vver|2.4.1.0|] , arch `elem` [A_64, A_32] -> lift (logError $ "Linux Alpine missing for " <> T.pack (prettyShow t) <> " " <> v' <> " " <> T.pack (prettyShow arch)) >> addError GHC | Latest `elem` tags || Recommended `elem` tags - , arch `elem` [A_64] -> lift (logError $ "Linux Alpine missing for " <> T.pack (prettyShow t) <> " " <> v' <> " " <> T.pack (prettyShow arch)) + , arch `elem` [A_64, A_32] -> lift (logError $ "Linux Alpine missing for " <> T.pack (prettyShow t) <> " " <> v' <> " " <> T.pack (prettyShow arch)) _ -> lift $ logWarn $ "Linux Alpine missing for " <> T.pack (prettyShow t) <> " " <> v' <> " " <> T.pack (prettyShow arch) checkUniqueTags tool = do