Skip to content

Commit

Permalink
chore(cairo_native): add git submodule update to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
avi-starkware committed Nov 13, 2024
1 parent d2949d9 commit 0d2c374
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const Configuration = {
'block_hash',
'blockifier',
'blockifier_reexecution',
'cairo_native',
'ci',
'committer',
'common',
Expand Down
2 changes: 2 additions & 0 deletions scripts/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ function main() {
[ "$(uname)" = "Linux" ] && install_essential_deps_linux
setup_llvm_deps
echo "LLVM dependencies installed successfully."
# Update git submodules for the cairo-native submodule used in the blockifier.
git submodule update --init --recursive
}

main "$@"
Expand Down

0 comments on commit 0d2c374

Please sign in to comment.