Skip to content

Commit

Permalink
fix(ci): remove dangling artifact from dependencies.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Dori Medini <dori@starkware.co>
  • Loading branch information
dorimedini-starkware committed Oct 21, 2024
1 parent 42a2694 commit b016265
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/committer_cli/benches/bench_split_and_prepare_post.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

set -e

# TODO: Fix installation of lld in CI.
[[ ${UID} == "0" ]] || SUDO="sudo"
$SUDO bash -c 'apt update && apt install -y lld'

benchmarks_list=${1}
benchmark_results=${2}
# Benchmark the new code, splitting the benchmarks
Expand Down
1 change: 1 addition & 0 deletions scripts/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ function setup_llvm_deps() {
Linux)
$SUDO bash -c 'curl https://apt.llvm.org/llvm.sh -Lo llvm.sh
bash ./llvm.sh 18 all
rm -f ./llvm.sh
apt update && apt install -y \
libgmp3-dev \
libmlir-18-dev \
Expand Down

0 comments on commit b016265

Please sign in to comment.