Skip to content

Commit

Permalink
Merge pull request #17 from momentohq/prune_deps
Browse files Browse the repository at this point in the history
chore: prune dependencies
  • Loading branch information
krispraws authored Nov 6, 2024
2 parents 4c5b315 + 4784ba3 commit 30f8924
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ default: pull-request-ci

install-dependencies:
yum update -y
yum install cmake3 clang-devel -y
(ln -s /usr/bin/cmake3 /usr/bin/cmake) || echo "cmake already installed, nothing to do"
yum install clang-devel -y

compile-binaries: install-dependencies
cargo --version \
Expand Down
1 change: 1 addition & 0 deletions package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ pushd $WORK_DIR
popd

rm -rf $WORK_DIR

0 comments on commit 30f8924

Please sign in to comment.