-
-
Notifications
You must be signed in to change notification settings - Fork 396
CI: Use autoconf cache #3109
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
base: master
Are you sure you want to change the base?
CI: Use autoconf cache #3109
Conversation
https://ci.appveyor.com/project/nut-travis/nut/builds/52845240#L2573
Need to take care about variables like Probably a lot of other similar LIBS and other variables we pre-set as |
❌ Build nut 2.8.4.3567-master failed (commit 48eea4df7e by @jimklimov) |
Signed-off-by: Jim Klimov <[email protected]>
…etworkupstools#3099] Signed-off-by: Jim Klimov <[email protected]>
… options to USE_AUTOCONF_CACHE and/or CLEAN_AUTOCONF_CACHE [networkupstools#3108] Signed-off-by: Jim Klimov <[email protected]>
…ACHE:yes and carry over the config.cache between builds [networkupstools#3108] Signed-off-by: Jim Klimov <[email protected]>
…TOCONF_CACHE:yes and carry over the config.cache between builds [networkupstools#3108] Signed-off-by: Jim Klimov <[email protected]>
…OCONF_CACHE=no [networkupstools#3108] Callers like specific CI recipes should be free to enable certain behaviors though. Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
… we want/do use it [networkupstools#3108] Signed-off-by: Jim Klimov <[email protected]>
…n dev-test builds [networkupstools#3108] Signed-off-by: Jim Klimov <[email protected]>
…DDRS usage Signed-off-by: Jim Klimov <[email protected]>
0e73863
to
5585671
Compare
Addresses part of issue #3108 (without change detection, so only good for stable env/conf rebuilds).