mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 04:04:45 +00:00
osbuilder: build rust agent by default
Since we only have the rust agent. Signed-off-by: Peng Tao <bergwolf@hyper.sh>
This commit is contained in:
parent
1bd5825955
commit
dadab1febf
@ -13,6 +13,7 @@ DISTRO := centos
|
||||
BUILD_METHOD := distro
|
||||
BUILD_METHOD_LIST := distro dracut
|
||||
AGENT_INIT ?= no
|
||||
USE_DOCKER ?= true
|
||||
ROOTFS_BUILD_DEST := $(shell pwd)
|
||||
IMAGES_BUILD_DEST := $(shell pwd)
|
||||
ROOTFS_MARKER_SUFFIX := _rootfs.done
|
||||
|
@ -15,7 +15,7 @@ script_dir="$(dirname $(readlink -f $0))"
|
||||
AGENT_VERSION=${AGENT_VERSION:-}
|
||||
GO_AGENT_PKG=${GO_AGENT_PKG:-github.com/kata-containers/agent}
|
||||
RUST_AGENT_PKG=${RUST_AGENT_PKG:-github.com/kata-containers/kata-containers}
|
||||
RUST_AGENT=${RUST_AGENT:-no}
|
||||
RUST_AGENT=${RUST_AGENT:-yes}
|
||||
RUST_VERSION="null"
|
||||
CMAKE_VERSION=${CMAKE_VERSION:-"null"}
|
||||
MUSL_VERSION=${MUSL_VERSION:-"null"}
|
||||
|
Loading…
Reference in New Issue
Block a user