diff options
author | Martin Nowack <m.nowack@imperial.ac.uk> | 2022-03-25 22:58:08 +0000 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2022-03-30 12:18:59 +0100 |
commit | 29144f9474712ec1046dede41f7de5062a6d0d04 (patch) | |
tree | d9e0833c91a5f80cb472d91b556c0764808eae60 | |
parent | 818275b7249250780ddd5ed021cae64288514270 (diff) | |
download | klee-29144f9474712ec1046dede41f7de5062a6d0d04.tar.gz |
Remove support for old Ubuntu
-rw-r--r-- | scripts/build/p-libcxx-linux-ubuntu-16.04.inc | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/scripts/build/p-libcxx-linux-ubuntu-16.04.inc b/scripts/build/p-libcxx-linux-ubuntu-16.04.inc deleted file mode 100644 index 40909f21..00000000 --- a/scripts/build/p-libcxx-linux-ubuntu-16.04.inc +++ /dev/null @@ -1,22 +0,0 @@ -install_build_dependencies_libcxx() { - apt-get update -y - - dependencies=( - build-essential - ca-certificates - git - python3 - cmake - curl - - file # Needed for wllvm - ) - - #Install essential dependencies - apt -y --no-install-recommends install "${dependencies[@]}" - - curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py - python3 get-pip.py --user - export PATH="${HOME}/.local/bin:$PATH" - pip3 install wllvm -} \ No newline at end of file |