Date: Wed, 06 Oct 2021 13:24:00 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 258891] devel/py-setuptools_scm: tries to git archive the entire ports tree on build Message-ID: <bug-258891-21822-E10ar6AZQz@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-258891-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-258891-21822@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258891 --- Comment #4 from Robert Clausecker <fuz@fuz.su> --- (In reply to Kai Knoblich from comment #3) To reproduce the issue, build devel/py-setuptools_scm without Poudriere from a git-managed ports tree with its WRKDIRPREFIX unset or inside the ports tree. Observe how the build pauses for quite a while (almost a minute on my machine) running git-archive on the ports tree (check top). Poudriere defaults to a WRKDIRPREFIX outside of the ports tree, so the code that tries to find a git repository doesn't find one. However if you naïvely go into a git-managed ports tree and start to build Python ports, it happens very quickly. -- You are receiving this mail because: You are on the CC list for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-258891-21822-E10ar6AZQz>
