-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
install: Improve robustness of various install procedures.
* res_alarmsystem.conf.sample: Comment out config, to avoid newly built systems having this module enabled by default. * wanpipe: Install missing pre-reqs if needed. * wanpipe: Use more proper arguments for Setup script. * wanpipe: Don't ignore install failures. wanpipe is not installed by default anymore and should compile successfully on kernels through 6.1.0. To work around this, users can force continuing the install if needed using --force, or install on kernels <= 6.1.0. * No CI is being added, since GitHub uses the 6.8.0-1015-azure kernel for builds, which is newer than 6.1.0. * install: Disable yappcap from building if the test suite fails to build initially. This is deprecated and not needed for all tests. * install: Fix misimplementation of --fast flag. A nice value was set, but not actually used anywhere, which actually resulted in builds being slower with this flag. Also pull this out to the top of the script, so that all compilation is affected. PHREAKSCRIPT-42 #close PHREAKSCRIPT-48 #close
- Loading branch information
1 parent
6580b64
commit 01519ea
Showing
2 changed files
with
125 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters