File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,13 +44,13 @@ build-%:
4444
4545.PHONY : docker-build-push
4646docker-build-push : docker-build-prepare # # Build and push a cross-arch Docker image tagged with DOCKER_IMAGE_NAME.
47- 	$(MAKE )  build-x86_64-unknown-linux-gnu
47+ 	FEATURES= " jemalloc aws-kms cli asm-keccak "   $(MAKE )  build-x86_64-unknown-linux-gnu
4848	mkdir -p $(BIN_DIR ) /amd64
4949	for  bin  in  anvil cast chisel forge;  do  \
5050		cp $(CARGO_TARGET_DIR ) /x86_64-unknown-linux-gnu/$(PROFILE ) /$$ bin $(BIN_DIR ) /amd64/;  \ 
5151	done 
5252
53- 	$(MAKE) build-aarch64-unknown-linux-gnu
53+ 	FEATURES="aws-kms cli asm-keccak"  $(MAKE) build-aarch64-unknown-linux-gnu
5454	mkdir -p $(BIN_DIR)/arm64
5555	for bin in anvil cast chisel forge; do \
5656		cp $(CARGO_TARGET_DIR)/aarch64-unknown-linux-gnu/$(PROFILE)/$$bin $(BIN_DIR)/arm64/; \
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments