##// END OF EJS Templates
compat: define ssize_t as int on 32bit Windows, silences C4142 warning...
compat: define ssize_t as int on 32bit Windows, silences C4142 warning It appears Python.h provides ssize_t, which is aliased to int. https://hg.python.org/cpython/file/v2.7.11/PC/pyconfig.h#l205

File last commit:

r29031:e63dfbbd stable
r29549:7b22599d default
Show More
ubuntu.template
11 lines | 197 B | text/plain | TextLexer
Sean Farley
make: turn ubuntu docker into template...
r29031 FROM ubuntu:__CODENAME__
RUN apt-get update && apt-get install -y \
build-essential \
debhelper \
dh-python \
devscripts \
python \
python-all-dev \
python-docutils \
zip \
unzip