Skip to content

Speed up ubuntu22 image build

Bartosz Podrygajlo requested to merge fast-u22-build into develop

Speed up softmodems build by means of:

  • Avoiding the copying the repo (using bind instead)
  • Creating cache directories for:
    • cmake build directory
    • ccache cache
    • CPM cache

The same technique applied to FlexRIC build

Merge request reports