heroku雪松运行什么操作系统?

时间:2013-10-30 14:04:14

标签: heroku

我虽然雪松在Ubuntu 10.04上运行,但在检查时似乎并非如此:

heroku run python
from platform import platform
platform()
'Linux-3.8.11-ec2-x86_64-with-debian-squeeze-sid'

我之前在10.04上编译并在heroku上运行愉快的二进制文件现在是segfaulting,所以我想找出要编译的堆栈。

3 个答案:

答案 0 :(得分:6)

这是Ubuntu 10.04,这是heroku run bash

的输出
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 10.04 LTS
Release:    10.04
Codename:   lucid

答案 1 :(得分:2)

基于他们的documentation,它正在运行Ubuntu 10.04

答案 2 :(得分:0)

他们现在正在运行Ubuntu 14.04:

https://devcenter.heroku.com/articles/stack#cedar