Searched full:jobs (Results 1 – 15 of 15) sorted by relevance
15 echo " [-j n] Set number of make build jobs."33 JOBS=$(nproc --all)49 JOBS=$OPTARG94 make sof -j$JOBS
13 jobs:
16 jobs:
17 jobs:
10 jobs:
30 jobs:
34 jobs:100 # This is a bit redundant with the other jobs below and with the (much
18 jobs:
28 jobs:
17 jobs:31 : will catch many revision problems. Other jobs typically
27 # 'name:'-less jobs appear with their env, e.g.: PLATFORM=tgl28 jobs:
192 parser.add_argument("-j", "--jobs", required=False, type=int,193 help="Number of concurrent jobs. Passed to west build and"516 if args.jobs is not None:517 rimage_build_cmd.append(f"-j{args.jobs}")609 if args.jobs is not None:610 build_cmd += [f"--build-opt=-j{args.jobs}"]
80 -j n Set number of make build jobs. Jobs=#cores when no flag.