File tree 2 files changed +4
-2
lines changed
sdk_container/src/third_party/portage-stable/app-containers
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,8 @@ src_compile() {
126
126
export GOPATH=" ${S} /_dist"
127
127
export CGO_LDFLAGS_ALLOW=" -Wl,-z,now"
128
128
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
130
131
ego install -v -x " ${S} /cmd/${k} "
131
132
done
132
133
Original file line number Diff line number Diff line change @@ -139,7 +139,8 @@ src_install() {
139
139
140
140
# Replace upstream sysvinit/systemd files.
141
141
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"
143
144
else
144
145
rm " ${ED} " /etc/init.d/lxc-{containers,net} || die " Failed to remove sysvinit scripts"
145
146
fi
You can’t perform that action at this time.
0 commit comments