-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-103053: Run tools test_freeze on buildbot #110075
Conversation
Oh, test_tools fails on FreeBSD: https://buildbot.python.org/all/#/builders/1228/builds/8
|
!buildbot AMD64 FreeBSD PR |
Windows x64 failed: issue gh-109878:
|
da55dc2
to
742381c
Compare
!buildbot AMD64 FreeBSD PR |
2 similar comments
!buildbot AMD64 FreeBSD PR |
!buildbot AMD64 FreeBSD PR |
742381c
to
13eee42
Compare
!buildbot AMD64 FreeBSD PR |
!buildbot AMD64 FreeBSD PR |
The problem is this code in Makefile.pre.in:
On the buildbot, we have:
The problem is that I'm not sure why FreeBSD make creates an absolute path to the source directory, instead of the build directory. For me, Note: on my FreeBSD 13 VM, I don't get this behavior when I build Python out of tree. It works the same as Linux make: |
No longer skip test_tools.test_freeze on buildbots.
39424ce
to
32d95c9
Compare
!buildbot AMD64 FreeBSD PR |
!buildbot AMD64 FreeBSD PR |
No longer skip test_tools.test_freeze on buildbots.