summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Omni/Bild.hs16
1 files changed, 5 insertions, 11 deletions
diff --git a/Omni/Bild.hs b/Omni/Bild.hs
index c1df8e7..335bc0f 100644
--- a/Omni/Bild.hs
+++ b/Omni/Bild.hs
@@ -1141,9 +1141,7 @@ test loud Target {..} =
}
|> run
_ ->
- Log.warn ["test", nschunk namespace, "unavailable"]
- >> Log.br
- >> pure (Exit.ExitFailure 1, mempty)
+ pure (Exit.ExitFailure 1, mempty)
build :: Bool -> Bool -> Int -> Int -> Analysis -> IO [Exit.ExitCode]
build andTest loud jobs cpus analysis = do
@@ -1196,11 +1194,9 @@ build andTest loud jobs cpus analysis = do
Text.pack <| str cpus
]
),
- Log.warn ["bild", "nix", nschunk namespace, "x bit not set, not building"]
- >> pure (Exit.ExitSuccess, mempty)
+ pure (Exit.ExitSuccess, mempty)
)
- Copy -> do
- Log.warn ["bild", "copy", "not implemented yet", nschunk namespace]
+ Copy ->
pure (Exit.ExitSuccess, mempty)
Rustc ->
nixBuild loud jobs cpus target
@@ -1386,11 +1382,9 @@ pipelineBuildOne andTest loud jobs cpus target@Target {..} = do
Text.pack <| str cpus
]
),
- Log.warn ["bild", "nix", nschunk namespace, "x bit not set, not building"]
- >> pure (Exit.ExitSuccess, mempty)
+ pure (Exit.ExitSuccess, mempty)
)
- Copy -> do
- Log.warn ["bild", "copy", "not implemented yet", nschunk namespace]
+ Copy ->
pure (Exit.ExitSuccess, mempty)
Rustc ->
nixBuild loud jobs cpus target