Skip to content

Reduce size: CLEANUP_ON_SUCCESSFUL_BUILD #8

@philip

Description

@philip

My current size is 6.3 GB, which includes all of PHP 5 (5.0.0-5.3.6) and PHP 4.3.9.

We must create options to limit this size. The following code already exists within config.php:

// True will remove source/extract/build files on successful builds
// @todo not yet implemented
define ('CLEANUP_ON_SUCCESSFUL_BUILD', false);

I imagine it'll delete extracted directories, and probably the source files themselves. And a function that "knows which have built with success" could allow skipping the downloading/extracting/building stage for those, unless overridden. Think about it.

Conclusion: Delete stuff.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions