Skip to content

Don't delete gem files in our build process #207

@kbrock

Description

@kbrock

Background

Our process (loosely)

  • fetches files (git / bundler)
  • Deletes some files that are not necessary <=== focusing here
  • tars those files together
  • builds an rpm

Request

Drop the delete process and have the tar process exclude those files.

Desired result

This will consolidate the logic for the excluded files.

This also gets us closer to being able to reuse docker containers that build rpms, at least for local development.

Currently we have to throw away a docker container even when we make minor changes to our source code costing us over half an hour per change. Or more accurately, making us hack environments instead of testing them in environments similar to our customers.

If we can speed up the building of rpms, then a final test of a patch could be done with pods that are build with our real production process.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions