From 39be97c808847708c21d5f7825635df098074e38 Mon Sep 17 00:00:00 2001 From: Bill Teng Date: Sat, 8 Jun 2024 08:10:42 +0000 Subject: [PATCH] #9332: remove boost, clang, and sndfile dependencies --- .github/actions/install-metal-deps/dependencies.json | 3 --- .github/actions/install-metal-dev-deps/dependencies.json | 1 - 2 files changed, 4 deletions(-) diff --git a/.github/actions/install-metal-deps/dependencies.json b/.github/actions/install-metal-deps/dependencies.json index 3778d296c22c..c6240bd5c0ff 100644 --- a/.github/actions/install-metal-deps/dependencies.json +++ b/.github/actions/install-metal-deps/dependencies.json @@ -5,7 +5,6 @@ "python3.8-venv=3.8.10-0ubuntu1~20.04.9", "libgoogle-glog-dev=0.4.0-1build1", "libyaml-cpp-dev=0.6.2-4ubuntu1", - "libsndfile1=1.0.28-7ubuntu0.2", "libhwloc-dev", "graphviz", "patchelf" @@ -15,8 +14,6 @@ "build-essential", "python3.10-venv", "libyaml-cpp-dev", - "libboost-all-dev", - "libsndfile1", "libhwloc-dev", "graphviz", "patchelf" diff --git a/.github/actions/install-metal-dev-deps/dependencies.json b/.github/actions/install-metal-dev-deps/dependencies.json index a0a2d7d58076..1d1ca55c93bb 100644 --- a/.github/actions/install-metal-dev-deps/dependencies.json +++ b/.github/actions/install-metal-dev-deps/dependencies.json @@ -3,7 +3,6 @@ "ubuntu-20.04": [ "git", "git-lfs", - "clang-6.0=1:6.0.1-14", "pandoc", "libtbb-dev", "libcapstone-dev",