Skip to content
Snippets Groups Projects
Select Git revision
  • 2c9a29af0e6269423cae04830302767b51ea6b9d
  • master default
  • dependabot/github_actions/actions/download-artifact-5
  • wheels
  • msvc_argon2
  • build_error
  • copilot/fix-776
  • vcpkg_cache
  • cmake_fixes
  • pulls/1772757862/750
  • copilot/fix-770
  • windows_ci_static
  • c_link
  • cpack
  • windows_ci
  • cert_pk_id
  • proxy_push_result
  • cnode_put_id
  • update-windows-build
  • proxy
  • resubscribe_on_token_change
  • v3.5.4rc2
  • v3.5.4rc1
  • v3.5.3rc3
  • v3.5.3rc2
  • v3.5.3rc1
  • v3.5.2
  • v3.5.1
  • v3.5.0
  • v3.5.0rc4
  • v3.5.0rc3
  • v3.5.0rc2
  • v3.5.0rc1
  • v3.4.0
  • v3.3.1
  • v3.3.1rc1
  • v3.3.1rc2
  • v3.3.0
  • v3.2.0
  • v3.1.11
  • v3.1.10
41 results

DockerfileTravisLlvm

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    DockerfileTravisLlvm 287 B
    FROM aberaud/opendht-deps-llvm
    MAINTAINER Adrien Béraud <adrien.beraud@savoirfairelinux.com>
    COPY . /root/opendht
    RUN cd /root/opendht && mkdir build && cd build \
    	&& cmake -DCMAKE_INSTALL_PREFIX=/usr -DOPENDHT_PYTHON=On .. && make -j8 && make install \
    	&& cd ../.. && rm -rf opendht