Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[actions] ideas for faster github actions / OF compile #7839

Open
8 of 12 tasks
dimitre opened this issue Dec 23, 2023 · 0 comments
Open
8 of 12 tasks

[actions] ideas for faster github actions / OF compile #7839

dimitre opened this issue Dec 23, 2023 · 0 comments

Comments

@dimitre
Copy link
Member

dimitre commented Dec 23, 2023

It is already great most of the actions are running under 10 minutes
but some minor changes can shave off some seconds or minutes

Removing boost paths

it was used only for c++ filesystem compatibility but OF is now c++14 up
we can left the library as it is in the case somebody needs, or even upgrade in apothecary to be compatible with a more complete filesystem.

Removing Poco paths

Poco is not needed anymore by the core or projectGenerator. we can move any flag if needed to ofxPoco

  • remove POCO from some places (config.msys2.default.mk, openFrameworksDebug.props, openframeworksLib.vcxproj, openFrameworksRelease.props)

Using CCACHE

@dimitre dimitre changed the title [actions] ideas for faster github actions [actions] ideas for faster github actions / OF compile Dec 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant