From: Jacob Lifshay Date: Wed, 1 Apr 2020 02:48:44 +0000 (-0700) Subject: switch nmigen upstream and add --depth 1 X-Git-Tag: 24jan2021_ls180~75 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ceca28c7c1ea405a3e27d2c28b7e539a0a6b7759;p=nmutil.git switch nmigen upstream and add --depth 1 --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 05d83d2..984f99b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ build: python3-setuptools python3-wheel pkg-config tcl-dev libreadline-dev bison flex libffi-dev - - git clone https://github.com/YosysHQ/yosys.git ../yosys + - git clone --depth 1 https://github.com/YosysHQ/yosys.git ../yosys - pushd ../yosys - make config-gcc - make -j$(nproc) @@ -18,7 +18,7 @@ build: - popd - yosys -V - - git clone https://github.com/m-labs/nmigen.git ../nmigen + - git clone --depth 1 https://github.com/nmigen/nmigen.git ../nmigen - pushd ../nmigen - python3 setup.py develop - popd