Skip to content

TIP

This document is applicable to version 1.14.x, Please use the command ll-cli --version to check your linyaps program version.


% ll-builder-build 1

NAME

ll-builder-build - Build Linyaps project

SYNOPSIS

ll-builder build [options] [command...]

DESCRIPTION

The ll-builder build command is used to build Linyaps applications. After the build is complete, the build content will be automatically committed to the local ostree cache.

OPTIONS

-h, --help : Print help information and exit

--help-all : Expand all help

-f, --file FILE : Specify a project configuration file under the current working directory. If omitted, linglong.<current-architecture>.yaml is preferred when it exists; otherwise, linglong.yaml is used

--offline : Use only local files. This implies --skip-fetch-source and --skip-pull-depend

--skip-fetch-source : Skip fetching source code

--skip-pull-depend : Skip pulling dependencies

--skip-run-container : Skip running container

--skip-commit-output : Skip committing build output

--skip-output-check : Skip output checking

--skip-strip-symbols : Skip stripping debug symbols

--isolate-network : Build in isolated network environment

command -- COMMAND ... : Enter container to execute commands instead of building application

EXAMPLES

Basic Usage

Build application in project root directory (where linglong.yaml file is located):

bash
ll-builder build

Or use --file to specify a configuration file under the current project directory:

bash
ll-builder build --file linglong.custom.yaml

Enter container to execute commands instead of building application:

bash
ll-builder build -- bash

SEE ALSO

ll-builder(1), ll-builder-export(1)

HISTORY

Developed in 2023 by UnionTech Software Technology Co., Ltd.