projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
569fca1
)
.gitlab-ci.yml: Remove tags from nmigen-soc repo
author
Jonathan Neuschäfer
<j.neuschaefer@gmx.net>
Mon, 3 May 2021 19:13:18 +0000
(21:13 +0200)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 4 May 2021 19:18:22 +0000
(20:18 +0100)
In nmigen-soc, setuptools complains:
pkg_resources.extern.packaging.version.InvalidVersion: Invalid version: '24jan2021_ls180'
This commit is partially inspired by: https://git.libre-soc.org/?p=dev-env-setup.git;a=commitdiff;h=
6b79a0fea2052a8b35a4f130a64c119983d40f3c
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index aa1716a0ba633d47668d4f05354c85f6fa7ae2cb..5708880eba427fc9c14fe22f572fffc1221185ba 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-69,6
+69,7
@@
build:
- git clone --depth 1 https://git.libre-soc.org/git/nmigen-soc.git nmigen-soc
- pushd nmigen-soc
+ - git tag | xargs git tag -d
- python setup.py develop
- popd