-
Notifications
You must be signed in to change notification settings - Fork 239
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
Deterministic builds #256
Deterministic builds #256
Commits on Jan 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 06696c4 - Browse repository at this point
Copy the full SHA 06696c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cae983 - Browse repository at this point
Copy the full SHA 1cae983View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0967ad - Browse repository at this point
Copy the full SHA c0967adView commit details
Commits on Jan 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b159617 - Browse repository at this point
Copy the full SHA b159617View commit details -
Configuration menu - View commit details
-
Copy full SHA for 042efd6 - Browse repository at this point
Copy the full SHA 042efd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b9b6e9 - Browse repository at this point
Copy the full SHA 1b9b6e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ead985 - Browse repository at this point
Copy the full SHA 8ead985View commit details
Commits on Feb 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bad72cb - Browse repository at this point
Copy the full SHA bad72cbView commit details -
Move the config flow control of the linux build into Python
The use of separate bash processes for each build means we can be a bit freer with environment pollution
Configuration menu - View commit details
-
Copy full SHA for 076987c - Browse repository at this point
Copy the full SHA 076987cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9607ff - Browse repository at this point
Copy the full SHA b9607ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for baa0897 - Browse repository at this point
Copy the full SHA baa0897View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6177408 - Browse repository at this point
Copy the full SHA 6177408View commit details -
Configuration menu - View commit details
-
Copy full SHA for e32d0af - Browse repository at this point
Copy the full SHA e32d0afView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8a245d - Browse repository at this point
Copy the full SHA d8a245dView commit details
Commits on Feb 3, 2020
-
Remove auditwheel from pinned deps - it's preinstalled on manylinux
auditwheel's pinning of an old version of 'wheel' is causing problems on mac
Configuration menu - View commit details
-
Copy full SHA for a953c5f - Browse repository at this point
Copy the full SHA a953c5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf65679 - Browse repository at this point
Copy the full SHA bf65679View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17a019b - Browse repository at this point
Copy the full SHA 17a019bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ada46aa - Browse repository at this point
Copy the full SHA ada46aaView commit details
Commits on Feb 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1033817 - Browse repository at this point
Copy the full SHA 1033817View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2c2a06 - Browse repository at this point
Copy the full SHA f2c2a06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50bd6f4 - Browse repository at this point
Copy the full SHA 50bd6f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c076b8 - Browse repository at this point
Copy the full SHA 4c076b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf87df5 - Browse repository at this point
Copy the full SHA bf87df5View commit details
Commits on Feb 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fe3abfb - Browse repository at this point
Copy the full SHA fe3abfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9e4a66 - Browse repository at this point
Copy the full SHA c9e4a66View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7fc45a - Browse repository at this point
Copy the full SHA b7fc45aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c20f70 - Browse repository at this point
Copy the full SHA 3c20f70View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddc4fb2 - Browse repository at this point
Copy the full SHA ddc4fb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd69aed - Browse repository at this point
Copy the full SHA fd69aedView commit details -
Configuration menu - View commit details
-
Copy full SHA for f55a5d4 - Browse repository at this point
Copy the full SHA f55a5d4View commit details -
Remove the unit test check - the versions are determined by virtualen…
…v at creation time
Configuration menu - View commit details
-
Copy full SHA for fc20273 - Browse repository at this point
Copy the full SHA fc20273View commit details -
Add the --no-download flag to virtualenv, to prevent it getting the l…
…atest version of pip, setuptools, wheel from PyPI on creation. Virtualenv will use bundled version of those tools instead
Configuration menu - View commit details
-
Copy full SHA for 5187633 - Browse repository at this point
Copy the full SHA 5187633View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a450b7 - Browse repository at this point
Copy the full SHA 8a450b7View commit details
Commits on Mar 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5e16e86 - Browse repository at this point
Copy the full SHA 5e16e86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c7453d - Browse repository at this point
Copy the full SHA 4c7453dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1880b6d - Browse repository at this point
Copy the full SHA 1880b6dView commit details
Commits on Mar 7, 2020
-
Add other architectures and pypy to pinned image config.
Also, restructure the file to have platform first, then manylinux version
Configuration menu - View commit details
-
Copy full SHA for 9768897 - Browse repository at this point
Copy the full SHA 9768897View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e583dc - Browse repository at this point
Copy the full SHA 7e583dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 298df76 - Browse repository at this point
Copy the full SHA 298df76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2192662 - Browse repository at this point
Copy the full SHA 2192662View commit details -
Add back the version field to manylinux PythonConfiguration
(needed for constraints)
Configuration menu - View commit details
-
Copy full SHA for 54fda3f - Browse repository at this point
Copy the full SHA 54fda3fView commit details -
Add missing function call, which causing tests to be skipped
(maybe types are not such a bad idea...)
Configuration menu - View commit details
-
Copy full SHA for e06b769 - Browse repository at this point
Copy the full SHA e06b769View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04531d9 - Browse repository at this point
Copy the full SHA 04531d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbc2f06 - Browse repository at this point
Copy the full SHA dbc2f06View commit details -
Add separate constraints for Python3.5
The new virtualenv requires some packages whose latest versions are 3.6+
Configuration menu - View commit details
-
Copy full SHA for 7c6e69e - Browse repository at this point
Copy the full SHA 7c6e69eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f1ec58 - Browse repository at this point
Copy the full SHA 2f1ec58View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad1b59f - Browse repository at this point
Copy the full SHA ad1b59fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd1cd24 - Browse repository at this point
Copy the full SHA fd1cd24View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd2c27a - Browse repository at this point
Copy the full SHA dd2c27aView commit details
Commits on Mar 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 02a5279 - Browse repository at this point
Copy the full SHA 02a5279View commit details
Commits on Mar 10, 2020
-
Merge branch 'master' of github.com:joerick/cibuildwheel into determi…
…nistic-builds # Conflicts: # cibuildwheel/__main__.py # cibuildwheel/linux.py # cibuildwheel/macos.py # cibuildwheel/windows.py
Configuration menu - View commit details
-
Copy full SHA for 7ab2d59 - Browse repository at this point
Copy the full SHA 7ab2d59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8603dea - Browse repository at this point
Copy the full SHA 8603deaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fb4e44 - Browse repository at this point
Copy the full SHA 4fb4e44View commit details
Commits on Mar 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cc956ea - Browse repository at this point
Copy the full SHA cc956eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b55e98f - Browse repository at this point
Copy the full SHA b55e98fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4ed192 - Browse repository at this point
Copy the full SHA b4ed192View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7efec9a - Browse repository at this point
Copy the full SHA 7efec9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4f54c6 - Browse repository at this point
Copy the full SHA c4f54c6View commit details
Commits on Mar 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e49644e - Browse repository at this point
Copy the full SHA e49644eView commit details
Commits on Mar 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4e31c65 - Browse repository at this point
Copy the full SHA 4e31c65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94824f9 - Browse repository at this point
Copy the full SHA 94824f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2db9d9a - Browse repository at this point
Copy the full SHA 2db9d9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7090bfa - Browse repository at this point
Copy the full SHA 7090bfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 580b065 - Browse repository at this point
Copy the full SHA 580b065View commit details
Commits on Mar 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for dc5dbea - Browse repository at this point
Copy the full SHA dc5dbeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7316d69 - Browse repository at this point
Copy the full SHA 7316d69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98dbbae - Browse repository at this point
Copy the full SHA 98dbbaeView commit details -
Revert "See stdout during tests to debug circleCI"
This reverts commit dc5dbea.
Configuration menu - View commit details
-
Copy full SHA for 36a2f00 - Browse repository at this point
Copy the full SHA 36a2f00View commit details
Commits on Mar 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 33da3d6 - Browse repository at this point
Copy the full SHA 33da3d6View commit details
Commits on Mar 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ffaad91 - Browse repository at this point
Copy the full SHA ffaad91View commit details
Commits on Mar 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for de4bf6d - Browse repository at this point
Copy the full SHA de4bf6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b6df45 - Browse repository at this point
Copy the full SHA 4b6df45View commit details
Commits on Mar 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 13554d0 - Browse repository at this point
Copy the full SHA 13554d0View commit details
Commits on Mar 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3fa9935 - Browse repository at this point
Copy the full SHA 3fa9935View commit details