-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
for now, we support boost and gtest install automatically in github workflow everytime user executes pull request or push operations.
it is ok for gtest install and linking time, however, boost's package download, compile and install takes a too long time.
there are two ways can solve this time-consuming step in the workflow which are worth investigating:
- download binary(compiled) file directly and move the header files to /usr/local/include && libs to /usr/local/libs directly -- question: file to large and there may exists an in-compatible from the binary files to current system
- set boost cache refer to this github workflow file demo.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request