Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into p-58-chopsticks-new
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyWooo committed Dec 30, 2024
2 parents c34a463 + ba685cc commit e011aaa
Show file tree
Hide file tree
Showing 75 changed files with 13,402 additions and 9,956 deletions.
4 changes: 4 additions & 0 deletions .github/file-filter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ identity_src: &identity_src
- 'tee-worker/identity/build.Dockerfile'
- 'tee-worker/identity/enclave-runtime/**'

identity_test: &identity_test
- 'tee-worker/identity/client-api/**'
- 'tee-worker/identity/ts-tests/**'

omni_executor_src: &omni_executor_src
- 'tee-worker/omni-executor/Cargo.toml'
- 'tee-worker/omni-executor/Cargo.lock'
Expand Down
11 changes: 11 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,14 @@ clippyfix:
.PHONY: cargofix ## cargo fix
cargofix:
cd parachain && cargo fix --locked --allow-dirty --allow-staged --workspace --all

.PHONY: clean-all-build ## clean up all build history
clean-all-build:
@echo "Cleaning parachain..."
@cd parachain && cargo clean

@echo "Clean tee-worker/identity..."
@cd tee-worker/identity && make clean

@echo "Clean tee-worker/omni-worker..."
@cd tee-worker/omni-worker && make distclean
Loading

0 comments on commit e011aaa

Please sign in to comment.