Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilad Chase committed Oct 20, 2024
1 parent 9d15a51 commit 38f8c78
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/committer_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
- 'crates/starknet_api/**'
- 'crates/starknet_committer/**'
- 'crates/starknet_patricia/**'
- 'scripts/dependencies.sh'
- 'scripts/install_build_tools.sh'

# On PR events, cancel existing CI runs on this same PR for this workflow.
concurrency:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/papyrus_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ on:
- 'crates/papyrus**/**'
- 'crates/sequencing/**'
- 'crates/starknet_client/**'
- 'scripts/dependencies.sh'
- 'scripts/install_build_tools.sh'


pull_request:
types:
Expand All @@ -30,7 +31,7 @@ on:
- 'crates/papyrus**/**'
- 'crates/sequencing/**'
- 'crates/starknet_client/**'
- 'scripts/dependencies.sh'
- 'scripts/install_build_tools.sh'

merge_group:
types: [checks_requested]
Expand Down
1 change: 0 additions & 1 deletion scripts/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ function setup_llvm_deps() {
libpolly-18-dev \
libzstd-dev \
mlir-18-tools \
clang \
lld
'
;;
Expand Down

0 comments on commit 38f8c78

Please sign in to comment.