Lines Matching refs:build
31 run the relevant tool from the build directory.
35 a set of `mkosi` build files directly in the source tree.
37 from an upstream distribution in combination with a fresh build of the project
40 the [GitHub repository](https://github.com/systemd/mkosi). `mkosi` will build an
57 you can use mkosi's incremental mode (`-i`). This instructs mkosi to build a set
59 both instructs mkosi to build cached images if they don't exist yet and to use
63 If you're going to build mkosi images that use the same distribution and release
73 If you want to do a local build without mkosi, most distributions also provide
75 to build systemd:
81 $ sudo apt-get build-dep systemd
93 # Install build dependencies (see above)
100 $ meson build # configure the build
101 $ ninja -C build # build it locally, see if everything compiles fine
102 $ meson test -C build # run some simple regression tests
103 $ sudo mkosi # build a test image
116 Some source files are generated during build. We use two templating engines:
148 function and add it to the list in `src/fuzz/meson.build`.
178 mkosi build container to avoid needing to build systemd on the host machine just to make clangd wor…
183 tee mkosi-clangd.build > /dev/null << EOF
186 --compile-commands-dir=/root/build \\
190 $(pwd)/mkosi.builddir=/root/build,\\
196 chmod +x mkosi-clangd.build
197 …source-file-transfer=mount --incremental --skip-final-phase --build-script mkosi-clangd.build build
205 the build image available on the host. mkosi supports this by setting the `IncludeDirectory` option…
215 We already configured clangd to map any paths in /usr/include in the build image to mkosi.includedi…
218 …lso need to make sure clangd is installed in the build image. To have mkosi install clangd in the …
240 this, trying to do a regular build while the clangd image is running will fail. To circumvent this,…
248 Finally, to ensure clangd starts up quickly in the editor, run an incremental build with mkosi to m…
251 Now, your editor will start clangd in the mkosi build image and all of clangd's features will work …
310 "/root/build/../src": {
314 "/root/build/*": {
341 (gdb) file build/src/boot/efi/systemd-bootx64.efi
342 (gdb) add-symbol-file build/src/boot/efi/systemd_boot.so 0x0A -s .data 0x0B
361 "program": "${workspaceFolder}/build/src/boot/efi/systemd-bootx64.efi",
368 …{ "text": "shell ${workspaceFolder}/tools/debug-sd-boot.sh ${workspaceFolder}/build/src/boot/efi/s…