Skip to content
Snippets Groups Projects
  1. Nov 11, 2021
    • Mandar Harshe's avatar
      Update dockerfile to 20.04 and use default user · 92c7d8d3
      Mandar Harshe authored
      While building the docker image pass the arguments `--build-arg
      "host_uid=$(id -u)" --build-arg "host_gid=$(id -g)"` so that you can
      use the outputs of the compilation outside
      
      Update Docker ubuntu version and add Cython
      92c7d8d3
  2. Feb 09, 2018
    • Mehdi Abaakouk's avatar
      Allow to compile the extension everywhere · e4c0de94
      Mehdi Abaakouk authored
      This change:
      * uses to setuptools Cython automatic extension build system.
      * Add tox.ini to run tests and build docs into virtualenv
      * Add .travis.yaml and Dockerfile to run tests in CI
      * Change requirements to ensure:
        - Cython and setuptools are installed before we build the Cython
          extension
        - tests dependencies are not installed by default
        - doc dependencies are explicit
      * Add missing lz4 library
      * Allow to build the module with any librocksdb headers (no-rtti)
      
      Closes #15
      e4c0de94
Loading