Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
Signed-off-by: Dori Medini <[email protected]>
  • Loading branch information
dorimedini-starkware committed Nov 21, 2024
1 parent 15d189f commit d71c6d9
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
28 changes: 25 additions & 3 deletions .github/workflows/upload_artifacts_workflow.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,31 @@
name: Upload-Artifacts

on:
workflow_run:
workflows: [Trigger-Workflow]
types: [completed]
# workflow_run:
# workflows: [Trigger-Workflow]
# types: [completed]
pull_request:
types:
- opened
- reopened
- synchronize
- auto_merge_enabled
- edited
paths:
# Other than code-related changes, all changes related to the native-blockifier build-and-push
# process should trigger the build (e.g., changes to the Dockerfile, build scripts, etc.).
- '.github/workflows/blockifier_ci.yml'
- '.github/workflows/trigger_workflow.yml'
- '.github/workflows/upload_artifacts_workflow.yml'
- 'build_native_in_docker.sh'
- 'Cargo.lock'
- 'Cargo.toml'
- 'crates/blockifier/**'
- 'crates/native_blockifier/**'
- 'scripts/build_native_blockifier.sh'
- 'scripts/dependencies.sh'
- 'scripts/install_build_tools.sh'
- 'scripts/sequencer-ci.Dockerfile'

jobs:
native-blockifier-artifacts-push:
Expand Down
1 change: 1 addition & 0 deletions crates/blockifier/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#[global_allocator]
static ALLOC: tikv_jemallocator::Jemalloc = tikv_jemallocator::Jemalloc;

// Temporary.
pub mod abi;
pub mod blockifier;
pub mod bouncer;
Expand Down

0 comments on commit d71c6d9

Please sign in to comment.