about summary refs log tree commit diff homepage
path: root/Dockerfile
AgeCommit message (Expand)Author
2023-06-07Use recommended LLVM 13 as part of the Docker imageMartin Nowack
2023-03-23Transition to GitHub Container Registry hostingMartin Nowack
2023-03-17Update Docker build componentsMartin Nowack
2022-06-20Use `klee` user to install system dependenciesMartin Nowack
2022-06-18Update Dockerfile to install tabulatekt218
2022-05-06Switch to newer KLEE uClibc releaseMartin Nowack
2022-05-06Utilise Docker build artifact cache for more componentsMartin Nowack
2022-04-25Update the Dockerfile to use the correct path for llvm-110Ryan Riley
2022-04-01Update dependencies in Docker files.Cristian Cadar
2022-03-22Install doxygen and graphviz (dot) to generate Doxygen documentation when ENA...Cristian Cadar
2022-01-06Dockerfile: use Google Test 1.11.0Julian Büning
2020-12-02Use Github Actions as default CIMartin Nowack
2020-10-12Add doxygen support in docker imagejiseongg
2020-09-30Update Dockerfile to use LLVM 9.0 and newer Ubuntu versionMartin Nowack
2020-04-30docker: install KLEE headers in system include pathXiao Liang
2020-02-13Use a newer Ubuntu 18.04 from the year 2020 to build KLEE DockerimageMartin Nowack
2020-01-17Add additional packages to provide an out-of-the-box grafana supportMartin Nowack
2019-12-19Reorganise Dockerfile to have KLEE user own the build directoryMartin Nowack
2019-10-16Add missing file utility in docker imageMartin Nowack
2019-07-30Provide klee runtime build type as parameterMartin Nowack
2019-07-26Install emacs and vim in the Docker imageCristian Cadar
2019-07-25Solve issues with running as a command on docker runDenis Gavrielov
2019-04-08Add LD_LIBRARY_PATH to docker imageGerben Oolbekkink
2019-03-19Dockerfile: Add libcxx as a build dependencyMartinNowack
2019-03-18Update Dockerfile with new dependenciesMartin Nowack
2019-03-10Add dockerfile for default KLEE setupMartin Nowack
2018-07-04Extensive updates to the build script for dependencies and dockerMartin Nowack
2018-01-17add wllvm to the python packages to be installedHexcoder
2017-10-04Remove Autoconf/Makefile build system and adjust the TravisCIDan Liew
2017-03-30[Docker] Unbreak build.Dan Liew
2017-01-19[TravisCI] Modify TravisCI/Docker build scripts to support doing ASan/UBSan b...Dan Liew
2016-11-30Fixing current version of STP in Dockerfile (see #505) to 2.1.2Cristian Cadar
2016-11-07Implement a CMake based build system for KLEE.Dan Liew
2016-08-16[Klee Web] Link libkleeRuntest library to fix coverage reportGiacomo Guerci
2016-06-30Dockerfile: link binaries to /usr/binDomenico Fabio Marino
2016-02-14Add TravisCI and Docker support for building KLEE with Z3 supportDan Liew
2016-01-14Try to unbreak the Docker build broken byDan Liew
2015-10-30Teach TravisCI and the Docker build to use the taggedDan Liew
2015-10-08Fix accidently hardcoding of LLVM version in DockerfileDan Liew
2015-08-31Delete old patches.Martin Nowack
2015-06-16added COVERAGE=0 to dockerfile, factored out coverage build flags to be only ...Timotej Kapus
2015-04-10The Docker image had python2 and python3 which is a waste of spaceDan Liew
2015-04-10Don't upgrade pip or setuptools. Upgrading pip breaks the build becauseDan Liew
2015-04-10Add missing slash in last commit.Dan Liew
2015-04-10Update DockerfileDavid Leon Gil
2015-04-09Add initial Dockerfile for building a KLEE Docker image (uses LLVM3.4).Dan Liew