Home
last modified time | relevance | path

Searched refs:build (Results 1 – 25 of 160) sorted by relevance

1234567

/xen/automation/gitlab-ci/
A Dbuild.yaml1 .build-tmpl: &build
2 stage: build
5 - ./automation/scripts/build 2>&1 | tee build.log
28 <<: *build
34 .x86-64-build:
45 <<: *build
51 .x86-32-build:
102 <<: *build
129 <<: *build
156 <<: *build
[all …]
/xen/
A DMakefile50 .PHONY: build
51 build: $(TARGS_BUILD) target
53 .PHONY: build-xen
54 build-xen:
61 .PHONY: build-tools
62 build-tools: build-tools-public-headers
66 build-tools-oxenstored: build-tools-public-headers
72 build-stubdom: mini-os-dir build-tools-public-headers
85 .PHONY: build-docs
86 build-docs:
[all …]
/xen/automation/build/debian/
A Dbookworm-cppcheck.dockerfile8 # dependencies for cppcheck build
12 build-essential \
16 RUN mkdir /build
17 WORKDIR /build
19 # cppcheck release build (see cppcheck readme.md)
38 RUN mkdir /build
39 WORKDIR /build
41 # dependencies for cppcheck analysis including Xen-only build/cross-build
44 build-essential \
A Dbookworm-arm64v8-arm32-gcc.dockerfile10 RUN mkdir /build
11 WORKDIR /build
13 # build depends
16 build-essential \
A Dbookworm-i386.dockerfile9 RUN mkdir /build
10 WORKDIR /build
14 # build depends
17 build-essential \
A Dbookworm-arm64v8.dockerfile9 RUN mkdir /build
10 WORKDIR /build
12 # build depends
15 build-essential \
A Dbookworm.dockerfile9 RUN mkdir /build
10 WORKDIR /build
12 # build depends
15 build-essential \
/xen/docs/misc/
A Dlibxl_memory.txt16 | | guest | | | build | | |
22 | | balloon | | build
33 build start = libxl_domain_build_info.target_memkb
50 | | guest | | | build | target | |
56 | | balloon | | build
65 build start = libxl_domain_build_info.target_memkb
/xen/tools/pygrub/
A DMakefile7 INSTALL_LOG = build/installed_files.txt
13 all: build
14 .PHONY: build
15 build: target
16 $(setup.py) build
34 rm -rf build tmp *.pyc *.pyo *.o *.a *~ a.out $(INSTALL_LOG) $(DEPS_RM)
/xen/tools/firmware/
A Dovmf-makefile10 # OVMF build system has its own parallel building support.
15 all: build
17 .PHONY: build
18 build:
22 OvmfPkg/build.sh -a X64 -b $(TARGET) -p OvmfPkg/OvmfXen.dsc; \
25 OvmfPkg/build.sh -a X64 -b $(TARGET) -n 4; \
/xen/automation/tests-artifacts/qemu-system-aarch64/
A D6.0.0-arm64v8.dockerfile10 RUN mkdir /build
11 WORKDIR /build
13 # build depends
16 build-essential \
19 ninja-build \
71 cp ./build/qemu-system-aarch64 / && \
72 cp ./build/qemu-system-arm / && \
73 cd /build && \
/xen/tools/python/
A DMakefile5 all: build
9 INSTALL_LOG = build/installed_files.txt
17 .PHONY: build
18 build: target
19 $(setup.py) build
44 rm -rf build/
/xen/automation/eclair_analysis/
A DMakefile.prepare3 $(Q)$(MAKE) $(build)=tools
4 $(Q)$(MAKE) $(build)=. include/xen/compile.h
5 $(Q)$(MAKE) $(build)=include all
6 $(Q)$(MAKE) $(build)=arch/$(SRCARCH) include
/xen/automation/build/yocto/
A Dyocto.dockerfile.in3 # Docker file to create an environment to build yocto with virtualization
5 # Arguments that can be passed during image creation using --build-arg:
6 # "host_uid=$(id -u)": to use current user uid for build user in the image
7 # "host_gid=$(id -g)": to use current user gid for build user in the image
19 # See https://docs.yoctoproject.org/4.0.1/brief-yoctoprojectqs/index.html#build-host-packages
29 build-essential \
71 # Create a user for the build (we don't want to build as root).
72 ENV USER_NAME docker-build
106 COPY ./build-yocto.sh /
107 RUN /build-yocto.sh --dump-log ##YOCTOTARGET##
/xen/automation/build/alpine/
A D3.18-arm64v8.dockerfile8 RUN mkdir /build
9 WORKDIR /build
11 # build depends
14 # xen build deps
43 # qemu build deps
A D3.18.dockerfile8 RUN mkdir /build
9 WORKDIR /build
11 # build depends
14 # xen build deps
45 # qemu build deps
/xen/tools/golang/xenlight/
A DMakefile14 all: build
30 .PHONY: build
31 build: xenlight.go $(GOXL_GEN_FILES) target
33 …PPEND_CFLAGS)" CGO_LDFLAGS="$(call xenlibs-ldflags,light toollog) $(APPEND_LDFLAGS)" $(GO) build -x
36 install: build
/xen/xen/
A Dbuild.mk64 build-dirs := $(patsubst %/built_in.o,%,$(filter %/built_in.o,$(ALL_OBJS) $(ALL_LIBS)))
68 $(sort $(ALL_OBJS) $(ALL_LIBS)): $(build-dirs) ;
70 PHONY += $(build-dirs)
71 $(build-dirs): FORCE
72 $(Q)$(MAKE) $(build)=$@ need-builtin=1
90 $(Q)$(MAKE) $(build)=arch/$(SRCARCH) $@
/xen/automation/tests-artifacts/kernel/
A D5.19-arm64v8.dockerfile10 RUN mkdir /build
11 WORKDIR /build
13 # build depends
16 build-essential \
33 cd /build && \
A D6.1.19.dockerfile10 RUN mkdir /build
11 WORKDIR /build
13 # build depends
16 build-essential \
40 cd /build && \
/xen/.github/workflows/
A Dcoverity.yml13 - name: Install build dependencies
16 build-essential \
45 - name: Pre build stuff
51 command: make -j`nproc` build-xen build-tools && make -j`nproc` -C extras/mini-os/
/xen/tools/xenmon/
A DMakefile24 all: build
26 .PHONY: build
27 build: xentrace_setmask xenbaked target
30 install: build
/xen/m4/
A Dsubsystem.m412 AS_HELP_STRING([--disable-$1], [Disable build and install of $1]),[
23 AS_HELP_STRING([--enable-$1], [Enable build and install of $1]),[
34 AS_HELP_STRING([--enable-$1], [Enable build and install of $1]),[
49 echo "Will build the following subsystems:"
/xen/tools/fuzz/
A DREADME.oss-fuzz20 We also provide build script to oss-fuzz. The build script will
22 environment, which has libFuzzEngine installed. The build script is
23 responsible for calling the correct Xen build rune to produce the
32 Feel free to modify each fuzzing targets at will. Make sure they build
33 by invoking make as you would build tools.
/xen/automation/build/ubuntu/
A D18.04-x86_64.dockerfile19 build-essential
58 # Qemu build
62 ninja-build
71 WORKDIR /build

Completed in 36 milliseconds

1234567