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

ci: add multi branch build; add initial support for apk #1139

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Nov 17, 2024

  1. chore: add include libremesh.mk in more packages

    modify various packages to use libremesh.mk.
    drop the package lua-argparse since it is available in openwrt feeds.
    adapt packages to apk version schema.
    a-gave committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    de3bd5f View commit details
    Browse the repository at this point in the history
  2. ci: add multi branch build; add initial support for apk

    lime-system: add apk option in 92_add-lime-repos
    
    ci: update feeds scheme to build C++ packages for 3 lastest openwrt branches
          the new scheme make these packages available at
          https://github.com/libremesh/lime-feed
          referenced by apk in /etc/apk/repositories as
          @libremesh_arch_packages https://feed.libremesh.org/arch_packages/master/openwrt_main/x86_64/packages.adb
    
    ci: disable sign packages in main openwrt branch
          not yet supported, there is an active pull
          Support sign apk feed openwrt/gh-action-sdk#46
          to install packages use "apk add --allow-untrusted lime-docs"
    a-gave committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    5061394 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Configuration menu
    Copy the full SHA
    71db2fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a080dde View commit details
    Browse the repository at this point in the history
  3. fix: build.yml do not assume 24.10 will stay with opkg; multi-arch-bu…

    …ild: calculate DEST_DIR once
    a-gave committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    7ed75ba View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. fix: add-lime-repos: read arch from apk + minors; multi-arch-build: r…

    …ename openwrt_branch_path
    a-gave committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    01c15f0 View commit details
    Browse the repository at this point in the history