godarch / darch

A tool for building and booting stateless and immutable images, bare metal.
https://godarch.com/
MIT License
832 stars 32 forks source link

darch and runc are in conflict on arch linux #17

Closed burkostya closed 6 years ago

burkostya commented 6 years ago

Installing darch on my archlinux returns

looking for conflicting packages...
:: darch and runc are in conflict. Remove runc? [y/N] n
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: darch and runc are in conflict

Is it possible to provide aur package without dependency on runc?

pauldotknopf commented 6 years ago

The runc in AUR is old.

As soon as containerd 1.0.2 and runc 1.0 (or even rc4) is in there, I will remove it.

By the way, the runc in darch is fully usable.

burkostya commented 6 years ago

Ok, thanks

pauldotknopf commented 6 years ago

Np.

By the way, the containerd/runc in darch are completely usable.