JamesMc86 / G-CLI

A proxy mechanism allow LabVIEW programs to easily write out to the command line.
BSD 2-Clause "Simplified" License
71 stars 19 forks source link

Add Cache or Pre Build to Linux Dev Container #161

Open JamesMc86 opened 8 months ago

JamesMc86 commented 8 months ago

In order to build with a suitably old glibc I created a centos7 dev container for building the packages.

I believe this is currently rebuilt in each CI run. We can probably use some caching or pre-building to avoid this.