mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
tests: Install libfaketime in all containers
This commit is contained in:
parent
9b690fca57
commit
55ee8c9233
10 changed files with 10 additions and 9 deletions
|
@ -2,7 +2,7 @@ FROM base/archlinux:2018.01.01
|
|||
|
||||
RUN pacman -Sy --noconfirm archlinux-keyring
|
||||
RUN pacman -Syyu --noconfirm
|
||||
RUN pacman -S --noconfirm gnutls util-linux bash-completion cmake python git
|
||||
RUN pacman -S --noconfirm gnutls util-linux bash-completion cmake python git libfaketime
|
||||
RUN pacman -S --noconfirm make gcc
|
||||
|
||||
# Setup language environment
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
FROM debian:stable
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y build-essential cmake git uuid-dev libgnutls28-dev
|
||||
RUN apt-get install -y build-essential cmake git uuid-dev libgnutls28-dev libfaketime
|
||||
RUN apt-get install -y python
|
||||
|
||||
# Setup language environment
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
FROM debian:testing
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y build-essential cmake git uuid-dev libgnutls28-dev
|
||||
RUN apt-get install -y build-essential cmake git uuid-dev libgnutls28-dev libfaketime
|
||||
RUN apt-get install -y python
|
||||
|
||||
# Setup language environment
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
FROM fedora:28
|
||||
|
||||
RUN dnf update -y
|
||||
RUN dnf install python git gcc gcc-c++ cmake make gnutls-devel libuuid-devel -y
|
||||
RUN dnf install python git gcc gcc-c++ cmake make gnutls-devel libuuid-devel libfaketime -y
|
||||
|
||||
# Setup language environment
|
||||
ENV LC_ALL en_US.UTF-8
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
FROM fedora:29
|
||||
|
||||
RUN dnf update -y
|
||||
RUN dnf install python git gcc gcc-c++ cmake make gnutls-devel libuuid-devel -y
|
||||
RUN dnf install python git gcc gcc-c++ cmake make gnutls-devel libuuid-devel libfaketime -y
|
||||
|
||||
# Setup language environment
|
||||
ENV LC_ALL en_US.UTF-8
|
||||
|
|
|
@ -7,7 +7,7 @@ FROM gentoo/stage3-x86:latest
|
|||
# copy the entire portage volume in
|
||||
COPY --from=portage /usr/portage /usr/portage
|
||||
|
||||
RUN emerge -qv sys-libs/readline:0 net-libs/gnutls:0= sys-apps/util-linux dev-util/cmake sys-devel/make dev-vcs/git
|
||||
RUN emerge -qv sys-libs/readline:0 net-libs/gnutls:0= sys-apps/util-linux dev-util/cmake sys-devel/make dev-vcs/git sys-libs/libfaketime
|
||||
|
||||
# Setup language environment
|
||||
ENV LC_ALL en_US.UTF-8
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
FROM opensuse/leap:15
|
||||
|
||||
RUN zypper install -y python awk coreutils git gcc gcc-c++ cmake make libgnutls-devel libuuid-devel
|
||||
RUN zypper install -y python awk coreutils git gcc gcc-c++ cmake make libgnutls-devel libuuid-devel libfaketime
|
||||
|
||||
# Setup language environment
|
||||
ENV LC_ALL en_US.UTF-8
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
FROM ubuntu:16.04
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y build-essential cmake git uuid-dev libgnutls28-dev
|
||||
RUN apt-get install -y build-essential cmake git uuid-dev libgnutls28-dev libfaketime
|
||||
RUN apt-get install -y python
|
||||
|
||||
# Setup language environment
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
FROM ubuntu:18.04
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y build-essential cmake git uuid-dev libgnutls28-dev
|
||||
RUN apt-get install -y build-essential cmake git uuid-dev libgnutls28-dev libfaketime
|
||||
RUN apt-get install -y python
|
||||
|
||||
# Setup language environment
|
||||
|
|
|
@ -2,6 +2,7 @@ set -x
|
|||
|
||||
brew install gnutls
|
||||
brew install cmake
|
||||
brew install libfaketime
|
||||
git clean -dfx
|
||||
git submodule init
|
||||
git submodule update
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue