Changes between Version 5 and Version 6 of Ticket #29146
- Timestamp:
- Mar 20, 2020, 2:57:40 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29146
- Property Cc jhpalmieri added
-
Property
Summary
changed from
Refactor build/bin/write_dockerfile.sh
toRefactor tox.ini and build/bin/write_dockerfile.sh
-
Ticket #29146 – Description
v5 v6 7 7 - cache Docker images with system packages installed ... https://github.com/marketplace/actions/build-docker-images-using-cache 8 8 9 tox.ini: 10 - Add user option for configuring number of threads used 11 9 12 Also: 10 13 - distribution-specific commands such as `apt-get install` are in both `build/bin/write_dockerfile.sh` and `build/bin/sage-spkg`. This could be unified as well, or be obtained from another text file etc., by using/extending `build/bin/sage-print-system-package-command` from #26964