usdot-fhwa-stol / actions

These actions are commonly used steps in STOL's GitHub workflows
0 stars 0 forks source link

Free more space in github action #38

Closed MishkaMN closed 5 months ago

MishkaMN commented 5 months ago

PR Details

Description

I included 3rd party removal script in the actions step to reduce some tooling that are not required by our tools to free some space for the build files. Otherwise, github action has a limited space of 21GB and some repositories are exceeding it.

Related GitHub Issue

TODO

Related Jira Key

TODO

Motivation and Context

First discovered here in carma-msgs docker build process where we included ros1_bridge as a build since we missed it before. Doing so, made the github action to fail due to limited space as the build required a little more.

How Has This Been Tested?

https://github.com/usdot-fhwa-stol/carma-msgs/actions/runs/8885936787/job/24398404726?pr=235

Types of changes

Checklist:

MishkaMN commented 5 months ago

Repalced by https://github.com/usdot-fhwa-stol/actions/pull/39