Fix setup script to use correct path for compiling in-memory database
This commit is contained in:
@@ -9,6 +9,4 @@ sudo apt update -y
|
||||
sudo apt install build-essential curl -y
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||
source $HOME/.cargo/env
|
||||
cd in_memory_db
|
||||
rustc in_memory_db.rs -o in_memory_db
|
||||
cd ..
|
||||
rustc in_memory_db/in_mem_db.rs -o in_memory_db/in_mem_db
|
||||
|
||||
Reference in New Issue
Block a user