mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
CI: rename 'travis' to 'ci'
CRIU is already using multiple CI systems and not just Travis. This renames all Travis related things to 'ci' to show it is actually independent of Travis. Just a simple rename. Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
parent
f68da4a86f
commit
e7cbeddff3
24 changed files with 39 additions and 39 deletions
|
|
@ -1,6 +1,6 @@
|
|||
FROM dockcross/base:latest
|
||||
|
||||
COPY scripts/travis/apt-install /bin/apt-install
|
||||
COPY scripts/ci/apt-install /bin/apt-install
|
||||
|
||||
# Add the cross compiler sources
|
||||
RUN echo "deb http://ftp.us.debian.org/debian/ buster main" >> /etc/apt/sources.list && \
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
FROM dockcross/base:latest
|
||||
|
||||
COPY scripts/travis/apt-install /bin/apt-install
|
||||
COPY scripts/ci/apt-install /bin/apt-install
|
||||
|
||||
# Add the cross compiler sources
|
||||
RUN echo "deb http://ftp.us.debian.org/debian/ buster main" >> /etc/apt/sources.list && \
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
ARG CC=gcc
|
||||
ARG ENV1=FOOBAR
|
||||
|
||||
COPY scripts/travis/apt-install /bin/apt-install
|
||||
COPY scripts/ci/apt-install /bin/apt-install
|
||||
|
||||
RUN apt-install \
|
||||
ccache \
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
FROM dockcross/base:latest
|
||||
|
||||
COPY scripts/travis/apt-install /bin/apt-install
|
||||
COPY scripts/ci/apt-install /bin/apt-install
|
||||
|
||||
# Add the cross compiler sources
|
||||
RUN echo "deb http://ftp.us.debian.org/debian/ buster main" >> /etc/apt/sources.list && \
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
FROM adoptopenjdk/openjdk8-openj9:latest
|
||||
|
||||
COPY scripts/travis/apt-install /bin/apt-install
|
||||
COPY scripts/ci/apt-install /bin/apt-install
|
||||
|
||||
RUN apt-install protobuf-c-compiler \
|
||||
libprotobuf-c-dev \
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
FROM dockcross/base:latest
|
||||
|
||||
COPY scripts/travis/apt-install /bin/apt-install
|
||||
COPY scripts/ci/apt-install /bin/apt-install
|
||||
|
||||
# Add the cross compiler sources
|
||||
RUN echo "deb http://ftp.us.debian.org/debian/ buster main" >> /etc/apt/sources.list && \
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
ARG CC=gcc
|
||||
ARG ENV1=FOOBAR
|
||||
|
||||
COPY scripts/travis/apt-install /bin/apt-install
|
||||
COPY scripts/ci/apt-install /bin/apt-install
|
||||
|
||||
RUN apt-install \
|
||||
ccache \
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
FROM ubuntu:xenial
|
||||
|
||||
COPY scripts/travis/apt-install /bin/apt-install
|
||||
COPY scripts/ci/apt-install /bin/apt-install
|
||||
|
||||
RUN apt-install gcc-multilib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue