Skip to content
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

[build]: fix dpkg admindir corruption issue in parallel build #6408

Merged
merged 4 commits into from
Jan 12, 2021

Commits on Jan 10, 2021

  1. [build]: fix dpkg cache issue in parallel build

    when parallel build is enable, multiple dpkg-buildpackage
    instances are running at the same. /var/lib/dpkg is shared
    by all instances and the /var/lib/dpkg/updates could be corrupted
    and cause the build failure.
    
    the fix is to use overlay fs to mount separate /var/lib/dpkg
    for each dpkg-buildpackage instance so that they are not affecting
    each other.
    
    Signed-off-by: Guohan Lu <lguohan@gmail.com>
    lguohan committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    5a5b1eb View commit details
    Browse the repository at this point in the history
  2. [hiredis]: no build dependency check as before

    Signed-off-by: Guohan Lu <lguohan@gmail.com>
    lguohan committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    1c6122e View commit details
    Browse the repository at this point in the history
  3. [snmpd]: do not check build dep

    Signed-off-by: Guohan Lu <lguohan@gmail.com>
    lguohan committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    8e0aa10 View commit details
    Browse the repository at this point in the history
  4. [wpa]: add admindir for newly add wpa supplicant compile

    Signed-off-by: Guohan Lu <lguohan@gmail.com>
    lguohan committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    64e6e20 View commit details
    Browse the repository at this point in the history