Skip to content

Commit

Permalink
Lower CPU for builds
Browse files Browse the repository at this point in the history
So the job gets scheduled faster.
  • Loading branch information
legoktm committed Aug 26, 2024
1 parent 71d1ed4 commit 0605c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-rust.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
toolforge jobs run build \
--command "bash -c 'source ~/.profile && cd ~/src/database-reports/ && cargo build --release'" \
--image python3.11 --mem 2G --cpu 3
--image python3.11 --mem 2G --cpu 2
echo "Build has been queued"

0 comments on commit 0605c34

Please sign in to comment.