[F] Fix rust builder

This commit is contained in:
Azalea Gui 2024-12-22 01:39:13 -05:00
parent cafa3ff752
commit afd9ad33d4
3 changed files with 15 additions and 4 deletions

2
tools/build_rust.sh Normal file → Executable file
View file

@ -8,4 +8,4 @@ docker build -t rust-builder-general tools/rust-builder/general
# Step 2: Run the Docker container and execute the builder script
echo "Running the Docker container..."
docker run --rm -v "$(pwd)":/app rust-builder bash -c "cd /app && ./tools/rust-builder/general/builder.sh"
docker run --rm -v "$(pwd)":/app rust-builder-general bash -c "cd /app && ./tools/rust-builder/general/build.sh"