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 : release Android x86_64 use nocore model. #260

Merged
merged 9 commits into from
Nov 5, 2022

Commits on Nov 5, 2022

  1. workflows : set mininum clang version as clang-9 in CI/CD

    also set mininum kernel as 5.4 (ubuntu 20.04)
    
    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    531784e View commit details
    Browse the repository at this point in the history
  2. workflows : make no co-re version on kernel 5.4(ubuntu 20.04) default.

    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    ae98c92 View commit details
    Browse the repository at this point in the history
  3. workflows : make nocore on kernel 5.4(ubuntu 20.04)

    root reason was that kernel 5.4 does not support BTF with error:
    
    bpftool btf dump file /sys/kernel/btf/vmlinux format c > kern/bpf/x86/vmlinux.h
    libbpf: failed to get EHDR from /sys/kernel/btf/vmlinux
    Error: failed to load BTF from /sys/kernel/btf/vmlinux: Unknown error -4001
    make: *** [Makefile:383: autogen] Error 95
    
    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    1990c78 View commit details
    Browse the repository at this point in the history
  4. workflows : release no CO-RE version on ARM64 kernel for Linux and An…

    …droid.
    
    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    43f96e9 View commit details
    Browse the repository at this point in the history
  5. workflows : revert CI/CD kernel

    ubuntu 22.04
    clang-10
    
    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    0cb76c2 View commit details
    Browse the repository at this point in the history
  6. workflows : update clang version to clang-12 on ubuntu 22.04

    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    dde7e52 View commit details
    Browse the repository at this point in the history
  7. workflows : add release script for Android x86_64. no CO-RE default.

    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    939ef73 View commit details
    Browse the repository at this point in the history
  8. workflows : revert kernel version on Linux/Android arm64 due QEMU hav…

    …e not kconfig.h header file.
    
    fatal error: 'linux/kconfig.h' file not found.
    
    Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
    cfc4n committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    8fd6a6a View commit details
    Browse the repository at this point in the history
  9. docs : typos.

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