From 06b8370a1b833a2bcc4df03ff6bc36b6023dd0e0 Mon Sep 17 00:00:00 2001 From: Zentrik Date: Wed, 7 Aug 2024 20:08:52 +0100 Subject: [PATCH] Add `time` to the `llvm_passes` image This fixes `make build-stats` failing when using the `llvm-passes` image, as the scheduled build does. https://github.com/JuliaCI/rootfs-images/pull/240 did the same thing for the `package-*` images --- linux/llvm_passes.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/linux/llvm_passes.jl b/linux/llvm_passes.jl index 1271347..cd0c5de 100644 --- a/linux/llvm_passes.jl +++ b/linux/llvm_passes.jl @@ -24,6 +24,7 @@ packages = [ "perl", "pkg-config", "python3", + "time", "wget", "zlib1g", "zlib1g-dev",