X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=.gitlab-ci.yml;h=9277d50f56e03f1c1c1ec3e44027a8254ab3f6c0;hb=70f0895799289d7b1251015290fc3f6a477f5a5b;hp=4b70cc371eae508010fe82fc025034f6ac6297e5;hpb=04fcb05a21f07da26524e3f397179ab1db3b043b;p=openpower-isa.git diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4b70cc37..9277d50f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,8 +11,10 @@ build: - apt-get update # one package per line to simplify sorting, git diff, etc. - >- - apt-get -y install + apt-get -y install --no-install-recommends autoconf + binutils-powerpc64-linux-gnu + binutils-powerpc64le-linux-gnu bison build-essential ccache @@ -36,6 +38,7 @@ build: python3-pip python3-setuptools python3-wheel + qemu-system-ppc tcl-dev - export PATH="$HOME/.local/bin:/usr/lib/ccache:$PATH" - export CCACHE_BASEDIR="$PWD" @@ -91,4 +94,4 @@ build: - make generate &> generate.log || { cat generate.log; false; } - - pytest -n auto src/openpower + - SILENCELOG='!*,default' pytest -n auto -v src/openpower --maxfail=5