在 Cygwin 上构建 Linux 软件包
在 Cygwin 上构建 RPM 和 Debian 软件包是个好主意吗?我们的发布服务器是 Windows,因此我们的选择要么是 Windows,要么是使用 Linux 启动 VM 来处理任务。
我只是不确定虚拟机是否正在向蚂蚁发射核弹。有没有办法在 Cygwin 中进行构建?如果是这样,怎么办?到目前为止,我已经找到了一些线索...显然 Cygwin 应该能够执行 rpm。 Debian 的东西并不那么容易找到。
Is it a good idea to build RPMs and Debian packages on Cygwin? Our release server is windows, so our options are either that or start up VMs with linux to handle the task.
I'm just not sure if VMs are taking a nuclear bomb to an ant. Is there a way to do the building in Cygwin? If so, how? So far I've found some clues...apparently Cygwin should be able to do rpms. Debian stuff has been not as easy to find.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我一直在运行一个小型 debian 在 VM(Mac、Windows 甚至 Ubuntu 上的 VMware 和 virtualbox)中进行 debian 构建,以避免依赖项、体系结构等方面的麻烦。
它可能是一个大锤子,但基于文本的环境运行起来非常轻,即使在模拟器下也是如此。对于构建包来说,UI 只会成为障碍。
I've been running a small debian to do my debian builds in a VM (VMware and virtualbox on Mac, Windows and even Ubuntu) in order to avoid the hassle with dependencies, architectures and so forth.
It may be a big hammer, but a text based environment runs really light, even under a emulator. For building packages a UI just gets in the way.