Home
last modified time | relevance | path

Searched full:jobs (Results 1 – 15 of 15) sorted by relevance

/sof-3.4.0/scripts/scan/
Dclang-scan-build-xtensa.sh15 echo " [-j n] Set number of make build jobs."
33 JOBS=$(nproc --all)
49 JOBS=$OPTARG
94 make sof -j$JOBS
/sof-3.4.0/.github/workflows/
Dunit-tests.yml13 jobs:
Ddaily-tests.yml16 jobs:
Drepro-build.yml17 jobs:
Dtools.yml10 jobs:
Dtestbench.yml30 jobs:
Dpull-request.yml34 jobs:
100 # This is a bit redundant with the other jobs below and with the (much
Dcodestyle.yml17 jobs:
Dinstaller.yml18 jobs:
Dipc_fuzzer.yml28 jobs:
Dsparse-zephyr.yml10 jobs:
Dzephyr.yml17 jobs:
31 : will catch many revision problems. Other jobs typically
/sof-3.4.0/
D.travis.yml27 # 'name:'-less jobs appear with their env, e.g.: PLATFORM=tgl
28 jobs:
/sof-3.4.0/scripts/
Dxtensa-build-zephyr.py192 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}"]
Dxtensa-build-all.sh80 -j n Set number of make build jobs. Jobs=#cores when no flag.