-
Notifications
You must be signed in to change notification settings - Fork 13
Reevaluate building kernels under Ubuntu Trusty #70
Comments
|
Confirmed that Trusty still fails under the test patches. The mistaken assumption was:
No, it hasn't; Trusty is still shipping the old problematic version:
Building stable patches under Trusty does still succeed, though, so we'll keep doing that for building SecureDrop kernels. We can't switch the default box to Trusty for building test kernels, which was the original intent of this issue. |
Needs to be reevaluated in the context of #80—can |
As explained in #79 (comment):
In #79 we decided to implement a separate vagrant machine specifically for maintaining the SD-related build process. That will allow us to target a specific playbook, as well. |
Last year there was a regression in the version of
kernel-package
served out of the trusty repos that prevented builds of the test kernel sources (#30). The upstream version in trusty has since been patched, so we should be able to use trusty for builds again—test and confirm, and update the Vagrantfile if so, so builds happen under Trusty by default.In the context of building grsecurity-patched kernels for SecureDrop, we want to build on Trusty for Trusty, since
make-kpkg
pulls in the config for the currently running kernel by default.The text was updated successfully, but these errors were encountered: