diff options
author | Martin Nowack <m.nowack@imperial.ac.uk> | 2020-12-02 10:31:07 +0000 |
---|---|---|
committer | MartinNowack <2443641+MartinNowack@users.noreply.github.com> | 2020-12-02 15:11:39 +0000 |
commit | c51ffcd377097ee80ec9b0d6f07f8ea583a5aa1d (patch) | |
tree | 13b886cf29391ac8c6fcd466898d221259f92439 /scripts | |
parent | 4411278ed77bda7d51edd0cbae160b1cdaa0e7b9 (diff) | |
download | klee-c51ffcd377097ee80ec9b0d6f07f8ea583a5aa1d.tar.gz |
Use Github Actions as default CI
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/build/d-klee-linux-ubuntu.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/d-klee-linux-ubuntu.inc b/scripts/build/d-klee-linux-ubuntu.inc index fc783cb2..16db5cdf 100644 --- a/scripts/build/d-klee-linux-ubuntu.inc +++ b/scripts/build/d-klee-linux-ubuntu.inc @@ -1,6 +1,6 @@ # TODO remove adding sudo package # Create ``klee`` user for container with password ``klee``. -# and give it password-less sudo access (temporarily so we can use the TravisCI scripts) +# and give it password-less sudo access (temporarily so we can use the CI scripts) RUN apt update && DEBIAN_FRONTEND=noninteractive apt -y --no-install-recommends install sudo emacs-nox vim-nox file python3-dateutil && \ rm -rf /var/lib/apt/lists/* && \ useradd -m klee && \ |