1
0
Fork 0

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:
Daniel Baumann 2025-02-13 20:55:29 +01:00
parent 2245e1a7ad
commit a3277de6cd
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
2 changed files with 12 additions and 0 deletions

3
debian/rules vendored
View file

@ -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