From 80404cf42c6943f2fbfe56967ba5c4ddb3b1427a Mon Sep 17 00:00:00 2001 From: Zentrik Date: Wed, 7 Aug 2024 20:46:04 +0100 Subject: [PATCH] Add `time` to the `llvm_passes` image (#254) 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",