summaryrefslogtreecommitdiffstats
path: root/packaging/macos/120-python3.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-09Change build OS and targetRené de Hesselle1-7/+8
We no longer user El Capitan (10.11) as build platform. We now use Mojave (10.14) in combination with the Mavericks SDK (10.9). This simplifies the build process as we can use a current platform and gives backward compatibility down to Mavericks (10.9). Use a newer Python build that we turn non-relocatable for JHBuild, avoiding to build it ourselves (time consuming!) in 120-python3.sh. New default build location is /Users/Shared/work. This is a user- independent location and user-writable and simplifies WKR_DIR handling.
2019-08-07Update macOS build pipelineRené de Hesselle1-1/+0
These changes mainly accomodate for gtk-osx upstream updates.
2019-07-24Add logging to help with debuggingRené de Hesselle1-2/+3
2019-07-21Update jhbuildRené de Hesselle1-0/+31
This is a massive internal update due to changes in JHBuild. Update Python to 3.7.4.