From: Cesar Strauss Date: Sat, 22 May 2021 21:12:48 +0000 (-0300) Subject: Remove redundant build step X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e80b115f124f56868c2455725a65479d57226225;p=soc.git Remove redundant build step The pywriter script has already ran, as part of the openpower-isa install. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3257e694..5f359a06 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -119,5 +119,4 @@ build: - popd - python setup.py develop - - pywriter > /dev/null 2>&1 - nosetests -v --processes=-1 --process-timeout=120