zivid / zivid-python

Official Python package for Zivid 3D cameras
BSD 3-Clause "New" or "Revised" License
40 stars 14 forks source link

Undo PR #121 once actions/virtual-environments issue 2658 is fixed #122

Closed knzivid closed 3 years ago

knzivid commented 3 years ago

Track https://github.com/actions/virtual-environments/issues/2658

eskaur commented 3 years ago

Once this is all settled, would you recommend going back to "archlinux/base" or something else?

knzivid commented 3 years ago

Nah.. I would still stick to archlinux/archlinux. The whole point of arch is to keep rolling and directly using the images from archlinux upstream is better

eskaur commented 3 years ago

Aha, so will revert from archlinux/archlinux:base-devel to archlinux/archlinux:base when resolving this issue.

knzivid commented 3 years ago

We were originally on the docker hub packaged archlinux but we switched now to archlinux/archlinux. The reason why we switched to base-devel tag is that we build AUR packages and

base-devel is a package group that includes tools needed for building (compiling and linking). It is not necessary for a basic install, and many users don't need to install it. If you find it useful, you can either install it as part of your basic install, or later.

eskaur commented 3 years ago

Resolved by https://github.com/zivid/zivid-python/pull/125