caller.py: fix undefined ffirst, hope I guessed the correct value
[openpower-isa.git] / .gitlab-ci.yml
index fe617b7cebf998a89c36acfe066df4a4adce2a0f..f19fc478489c429dfbce0e09b11c2e2d8f7f4af6 100644 (file)
@@ -24,6 +24,7 @@ build:
             cmake
             curl
             flex
+            g++-powerpc64le-linux-gnu
             gawk
             git
             gperf
@@ -49,7 +50,12 @@ build:
         - export CCACHE_COMPILERCHECK=content
         - ccache --zero-stats || true
         - ccache --show-stats || true
-        - python3 -m pip install --user pytest-xdist==3.3.1 pytest==7.3.1
+        # one package per line to simplify sorting, git diff, etc.
+        - >-
+            python3 -m pip install --user
+            pytest-xdist==3.3.1
+            pytest==7.3.1
+            pytest-subtests==0.11.0
     script:
         - git clone --depth 1 -b yosys-0.17 https://github.com/YosysHQ/yosys.git yosys
         - pushd yosys
@@ -120,4 +126,4 @@ build:
 
         - python3 -m openpower.syscalls json linux > src/openpower/syscalls/syscalls.json
 
-        - SILENCELOG='!*,default' pytest -v --maxfail=10
+        - SILENCELOG=1 SIM_NO_VCD=1 pytest -v --maxfail=10