From 72fafea7a1a59b06fcc1f0df3883bcffe9c4a94b Mon Sep 17 00:00:00 2001 From: iliana etaoin Date: Tue, 3 Sep 2024 21:40:50 +0000 Subject: [PATCH] newer libfalcon uses xz to decompress images --- .cargo/xtask.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.cargo/xtask.toml b/.cargo/xtask.toml index 0055cf723c..9ebd4dc67a 100644 --- a/.cargo/xtask.toml +++ b/.cargo/xtask.toml @@ -39,3 +39,7 @@ binary_allow_list = [ "sled-agent", "sled-agent-sim", ] + +# libfalcon uses the xz2 crate to decompress test images. +[libraries."liblzma.so.5"] +binary_allow_list = ["falcon_runner", "falcon_runner_cli"]