Rename the path of dependent crates

This commit is contained in:
Jianfeng Jiang
2023-12-26 02:50:01 +00:00
committed by Tate, Hongliang Tian
parent 632b1937c5
commit 7b7e3c4b7a
9 changed files with 17 additions and 17 deletions

View File

@ -33,7 +33,7 @@ $(BIN_DIR): $(SRC_DIR)
$(SRC_DIR):
@rm -rf $@ && mkdir -p $@
@cd $@ && git clone -b 20200921.0 https://github.com/jinzhao-dev/gvisor.git .
@cd $@ && git clone -b 20200921.0 https://github.com/asterinas/gvisor.git .
endif
$(TARGET_DIR): $(RUN_BASH) $(BLOCK_LIST)