Skip to content

Commit

Permalink
fix(ci): remove dangling artifact from dependencies.sh (#1497)
Browse files Browse the repository at this point in the history
Signed-off-by: Dori Medini <dori@starkware.co>
  • Loading branch information
dorimedini-starkware authored Oct 21, 2024
1 parent 20a60f6 commit 75b7b99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/committer_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ github.base_ref }}
- uses: ./.github/actions/bootstrap

# Download the old benchmark inputs.
- id: auth
Expand Down Expand Up @@ -87,7 +88,6 @@ jobs:
gcloud storage cp -r gs://committer-testing-artifacts/$NEW_BENCH_INPUT_FILES_PREFIX/* ./crates/committer_cli/test_inputs
# Benchmark the new code, splitting the benchmarks, and prepare the results for posting a comment.
- uses: ./.github/actions/bootstrap
- run: bash ./crates/committer_cli/benches/bench_split_and_prepare_post.sh benchmarks_list.txt bench_new.txt

- run: echo BENCHES_RESULT=$(cat bench_new.txt) >> $GITHUB_ENV
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 75b7b99

Please sign in to comment.