From a7b0aacc8df764c8a787b7df6719da4e41219364 Mon Sep 17 00:00:00 2001 From: Justin Vreeland Date: Tue, 8 Oct 2024 10:52:46 -0700 Subject: [PATCH] buck2: Remove uneeded llvm dep --- buck2.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/buck2.yaml b/buck2.yaml index 6204437ef4..cfa7a34e20 100644 --- a/buck2.yaml +++ b/buck2.yaml @@ -5,7 +5,7 @@ package: # - https://github.com/facebook/buck2/blob//HACKING.md # Get the version, and update vars.rust-version below. version: 20241001 - epoch: 0 + epoch: 1 description: "Build system, successor to Buck" copyright: - license: MIT @@ -20,7 +20,6 @@ environment: - busybox - ca-certificates-bundle - cargo-auditable - - libLLVM-18 - rustup - wolfi-base