Skip to content

Commit

Permalink
improve things and remove unnecessary stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
JereSalo committed Dec 27, 2024
1 parent 6fd9b3b commit 99a7a70
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions crates/vm/levm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,11 @@ build-revm-comparison:
--bin levm_factorial \
--bin revm_fibonacci \
--bin levm_fibonacci

###### Build Client with LEVM ######

FEATURES := "--features ethrex-blockchain/default-levm,ethrex-vm/default-levm"

build-image-levm: ## 🐳 Build the Docker image with LEVM features
cd ../../../ && \
docker build -t ethrex --build-arg CARGO_FEATURES=$(FEATURES) .

0 comments on commit 99a7a70

Please sign in to comment.