Skip to content

Commit

Permalink
[ci] fix bazel warning on --local_cpu_resources deprecation
Browse files Browse the repository at this point in the history
Signed-off-by: Gary Guo <gary.guo@lowrisc.org>
  • Loading branch information
nbdd0121 committed Jan 13, 2025
1 parent 3312dfe commit defb371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/run-verilator-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set -e
--build_tests_only=true \
--test_timeout=2400,2400,3600,-1 \
--local_test_jobs=8 \
--local_cpu_resources=8 \
--local_resources=cpu=8 \
--test_tag_filters=verilator,-broken \
--test_output=errors \
--//hw:verilator_options=--threads,1 \
Expand Down

0 comments on commit defb371

Please sign in to comment.