switch nmigen upstream and add --depth 1
authorJacob Lifshay <programmerjake@gmail.com>
Wed, 1 Apr 2020 02:48:44 +0000 (19:48 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Wed, 1 Apr 2020 02:48:44 +0000 (19:48 -0700)
.gitlab-ci.yml

index 05d83d2ea9f756a47621c8746b538b1c9abb4fa7..984f99b12ea71d12dbd907fdb355386b61fd3965 100644 (file)
@@ -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