Removing generated files to fix FTBFS when build twice in a row (Closes: #1045821).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
2245e1a7ad
commit
a3277de6cd
2 changed files with 12 additions and 0 deletions
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -9,5 +9,8 @@ execute_after_dh_auto_clean:
|
|||
# help pybuild
|
||||
rm -rf *.egg-info
|
||||
|
||||
# remove generated files
|
||||
rm -f sqlglot/_version.py
|
||||
|
||||
override_dh_auto_test:
|
||||
# disabled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue