AMD64
Elixir: 1.3.4
Git
Unicamp-OpenPower/containerd-build:.travis.yml@c51053c
os: linux
arch: ppc64le
dist: focal
sudo: required
# setup travis so that we can run containers for integration tests
services:
- docker
language: go
go:
- "1.15.x"
before_install:
- sudo apt update
- sudo apt install libbtrfs-dev btrfs-progs libnl-3-dev libnet-dev protobuf-c-compiler python libcap-dev libaio-dev libprotobuf-c-dev libprotobuf-dev socat libseccomp-dev
#- wget -c https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protoc-3.7.1-linux-ppcle_64.zip
#- sudo unzip protoc-3.7.1-linux-ppcle_64.zip -d /usr/local
- go get github.com/opencontainers/runc
#- git clone https://github.com/opencontainers/runc.git
#- cd runc
- cd $GOPATH/src/github.com/opencontainers/runc
- make
- sudo make install
script:
- cd $GOPATH/src/github.com
- mkdir containerd
- cd containerd
- git clone https://github.com/containerd/containerd.git
- cd containerd
#- make VERSION="1.2.6"
- make
- sudo make install
- cd bin
- ls
- sudo chmod 777 containerd
- sudo ./containerd --version
- sudo ./containerd-shim-runc-v1 -v
- sudo ./containerd-stress --version
- ./ctr --version
Build Config
{
"elixir": [
"1.3.4"
],
"language": "elixir",
"before_script": [
"phantomjs -w --webdriver-loglevel=ERROR &"
]
}