[F] Fix rust builder
This commit is contained in:
parent
cafa3ff752
commit
afd9ad33d4
3 changed files with 15 additions and 4 deletions
2
tools/build_rust.sh
Normal file → Executable file
2
tools/build_rust.sh
Normal file → Executable 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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue