aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/build
Commit message (Expand)AuthorAgeFilesLines
* pkg/build: use relative path for fx set directory argLaura Peskin2024-12-091-3/+3
* pkg/build: avoid relying on environment file for ffxLaura Peskin2024-12-021-1/+10
* pkg/build: add build command for starnixLaura Peskin2024-10-302-0/+118
* pkg/build/bsd: use the number of CPUs provided in params in cleanFlorent Revest2024-10-152-4/+2
* pkg/build: share parameters sanitization between builds and cleansFlorent Revest2024-10-151-6/+11
* pkg/build: use the build environment in clean() callsFlorent Revest2024-10-1411-33/+28
* pkg/build/linux: support building with a custom make binaryFlorent Revest2024-10-142-5/+9
* pkg/build: handle OOM-killed build errorSabyrzhan Tasbolatov2024-09-232-1/+68
* vm: make sure vm.Pools are cleaned upCameron Finucane2024-09-191-0/+1
* pkg/build/cuttlefish: copy module objectsLiz Prucka2024-09-142-2/+5
* all: rename build_jobs to build_cpusAleksandr Nogikh2024-08-225-11/+11
* pkg/build: introduce the build jobs parameterAleksandr Nogikh2024-08-225-20/+25
* tools: correct resolv.conf filename for nameserver configurationRichard Smith2024-06-051-1/+1
* sys/targets: add consts for gvisor/starnixDmitry Vyukov2024-05-271-1/+1
* all: go fix everythingDmitry Vyukov2024-04-262-2/+0
* tools/syz-linter: check t.Logf/Errorf/Fatalf messagesDmitry Vyukov2024-04-171-1/+1
* all: remove akaros supportDmitry Vyukov2024-04-152-132/+0
* vm: combine Run and MonitorExecutionDmitry Vyukov2024-04-111-2/+1
* pkg/build: run NetBSD in qemu emulation modeAleksandr Nogikh2024-04-111-1/+3
* build/cuttlefish: revert input config supportLiz Prucka2024-03-121-41/+1
* pkg/build: pass additional flags from Android build configKris Alder2024-03-081-28/+22
* pkg/build: copy unstripped module object files for PixelLiz Prucka2024-02-051-0/+29
* pkg/build: fix incorrect vm instantiationAleksandr Nogikh2024-02-051-1/+3
* pkg/build: don't use Fatal() inside goroutinesAleksandr Nogikh2023-11-281-20/+29
* pkg/build/fuchsia.go: goconst false positiveTaras Madan2023-11-091-0/+1
* all: use errors.As instead of .(type)Taras Madan2023-07-241-2/+3
* all: use special placeholder for errorsTaras Madan2023-07-2410-51/+51
* tools/create-gce-image: add rootwait command line option for ppc64leAndrew Donnellan2023-07-241-1/+1
* tools/create-gce-image.sh: don't use a fixed root device path on ppc64leAndrew Donnellan2023-07-241-1/+1
* tools/create-gce-image.sh: use DOS MBR instead of GPT for ppc64le imagesAndrew Donnellan2023-07-241-3/+3
* pkg/build: don't coverage-instrument gVisor sync package in race buildsJamie Liu2023-07-141-0/+1
* build/cuttlefish: build from config fileLiz Prucka2023-06-291-2/+42
* pkg/build: update .config path for Bazel Cuttlefish buildsLiz Prucka2023-05-161-1/+1
* pkg/build: clean dist directoryLiz Prucka2023-05-081-1/+4
* pkg/build/cuttlefish: sandbox cuttlefish bazel buildLiz Prucka2023-05-051-0/+3
* pkg/build: added build configs for androidLiz Prucka2023-03-242-7/+43
* pkg/build: add build code for Android devicesKris Alder2023-03-082-0/+135
* pkg/build: clean Cuttlefish build outputLiz Prucka2023-03-011-0/+4
* all: ioutil is deprecated in go1.19 (#3718)Taras Madan2023-02-233-7/+5
* gvisor: fix race builds (#3704)Andrei Vagin2023-02-171-1/+1
* pkg/build: rename android.go to cuttlefish.goKris Alder2023-02-132-11/+11
* pkg/build: added bazel build for androidLiz Prucka2023-02-101-9/+32
* pkg/build: update kernel headers pathLiz Prucka2023-01-261-1/+1
* pkg/build: include all build output in FreeBSD buildkernel errorsMark Johnston2023-01-231-7/+13
* pkg/build/gvisor: make gVisor configuration parsing stricter (#3617)Etienne Perot2023-01-201-17/+32
* pkg/build: try harder to get a clean build on FreeBSDMark Johnston2023-01-201-0/+3
* pkg/build: try a clean toolchain build on FreeBSDMark Johnston2022-12-151-1/+1
* pkg/build: add kernel config to output dir for androidKris Alder2022-11-031-5/+11
* pkg/build: update fuchsia tools target nameLaura Peskin2022-10-311-1/+1
* pkg/build: be more lenient when parsing Bazel's build logTobias Werth2022-10-281-1/+1