mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-06 16:04:26 +01:00
We are using linux-container repo in the subproject. Signed-off-by: Peng Tao <bergwolf@gmail.com>
19 lines
371 B
Bash
Executable File
19 lines
371 B
Bash
Executable File
#!/bin/bash
|
|
# Copyright (c) 2018 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
#Note:Lets update qemu and the kernel first, they take longer to build.
|
|
#Note: runtime is build at the end to get the version from all its dependencies.
|
|
OBS_PKGS_PROJECTS=(
|
|
qemu-lite
|
|
qemu-vanilla
|
|
linux-container
|
|
kata-containers-image
|
|
proxy
|
|
shim
|
|
ksm-throttler
|
|
runtime
|
|
)
|