Skip to content

Commit 7e0fe1a

Browse files
committed
tmp: to investigate
Signed-off-by: Mathieu Tortuyaux <[email protected]>
1 parent 745f93d commit 7e0fe1a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

sdk_container/src/third_party/portage-stable/app-containers/incus/incus-0.5.1-r1.ebuild

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ src_compile() {
126126
export GOPATH="${S}/_dist"
127127
export CGO_LDFLAGS_ALLOW="-Wl,-z,now"
128128

129-
for k in incus-benchmark incus-user incus lxc-to-incus ; do
129+
# TODO: lxc-to-incus is failing
130+
for k in incus-benchmark incus-user incus ; do
130131
ego install -v -x "${S}/cmd/${k}"
131132
done
132133

sdk_container/src/third_party/portage-stable/app-containers/lxc/lxc-5.0.3.ebuild

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ src_install() {
139139

140140
# Replace upstream sysvinit/systemd files.
141141
if use systemd; then
142-
rm -r "${D}$(systemd_get_systemunitdir)" || die "Failed to remove systemd lib dir"
142+
# TODO: Investigate and patch upstream why it's failing
143+
rm -rf "${D}$(systemd_get_systemunitdir)" || die "Failed to remove systemd lib dir"
143144
else
144145
rm "${ED}"/etc/init.d/lxc-{containers,net} || die "Failed to remove sysvinit scripts"
145146
fi

0 commit comments

Comments
 (0)