Changes between Version 4 and Version 13 of Ticket #31396
- Timestamp:
- 02/19/21 06:13:07 (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31396
-
Property
Dependencies
changed from
#29039
to#29039, #31409
-
Property
Commit
changed from
9573b7c12afc5de1de743e53ff182d20490b340c
to4f17a047ec84130462cb7f91f28ed284816cfa74
-
Property
Dependencies
changed from
-
Ticket #31396 – Description
v4 v13 5 5 To test: 6 6 {{{ 7 (cd src/pkgs/sage_conf-relocatable/ && tox -v -v -v)7 ./bootstrap && (cd src/pkgs/sage_conf-relocatable/ && tox -v -v -v) 8 8 }}} 9 On macOS, this builds a 750MB wheel, an order of magnitude above the standard file size limit on PyPI. 9 Specifically for building a wheel on macOS that uses XCode python 3.8: 10 {{{ 11 ./bootstrap && (cd src/pkgs/sage_conf-relocatable/ && tox -v -v -v -e python-macos-10.15-python3.8) 12 }}} 13 This builds a 750MB wheel, an order of magnitude above the standard file size limit on PyPI. 10 14 11 15 Optional steps: