facebookincubator / cinder

Cinder is Meta's internal performance-oriented production version of CPython.
https://trycinder.com
Other
3.43k stars 122 forks source link

docker build #4

Closed sandys closed 3 years ago

sandys commented 3 years ago
   docker run -t -i fedora:32 bash
   git clone https://github.com/facebookincubator/cinder.git
   yum install zlib-devel openssl-devel
   ./configure
   make
   make altinstall
zitterbewegung commented 3 years ago

I have a pull request for this already. See #3

mpage commented 3 years ago

As @zitterbewegung mentioned, there's already a PR up for this.