Skip to content

Commit

Permalink
Fix #jobs flag
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc authored Aug 4, 2023
1 parent 068812e commit d1d2160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/continue-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
python3 -m pip install -r requirements-dev.txt
- run:
name: "build"
command: bazel build //... -c opt --ui_event_filters=-info,-debug,-warning --disk_cache=~/.cache/spu_build_cache --job=16
command: bazel build //... -c opt --ui_event_filters=-info,-debug,-warning --disk_cache=~/.cache/spu_build_cache --jobs=16
- run:
name: "test"
command: |
Expand Down

0 comments on commit d1d2160

Please sign in to comment.