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

workflows: build failed on aarch 64 ubuntu : 'linux/kconfig.h' file not found #125 #126

Merged
merged 2 commits into from
Jul 7, 2022

Commits on Jul 7, 2022

  1. workflows: build failed on aarch 64 ubuntu : 'linux/kconfig.h' file n…

    …ot found #125
    
    CROSS_COMPILE BPF is very difficult on x86_64 ARCH due include files is messy.
    QEMU(uraimo/run-on-arch-action@v2) dont have linux header files in /lib/modules/$(ARCH)/ and other path. cant make nocore and ANDROID=1 make nocore
    So cant compile a no CO:RE version ecapture with Github Action.
    rollback release.yml to CO:RE version ARM64 eCapture builder.
    
    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    09216f1 View commit details
    Browse the repository at this point in the history
  2. workflows: rollback filename of make script in qemu Action

    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    1849e98 View commit details
    Browse the repository at this point in the history