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

Better crossbuild v3 + fixes #9355

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

Commits on Dec 23, 2023

  1. Better crossbuild v3 + fixes

    - Build now uses a bare `debootstrap` as a build-sysroot instead of a `chroot` and use its libraries for cross compiling using `crossbuild-essential-*` package using `--sysroot` GCC/G++ flag and `PKG_CONFIG_PATH` to specify path to find `*.pc` files for target arch
    - Use node 18 (16 is EOL)
    - Fix a potential ambiguous case in scripts/vars.mjs
    Jai-JAP committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    64d9c98 View commit details
    Browse the repository at this point in the history
  2. Fix an error

    Jai-JAP committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    50c5347 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7af6a31 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b98569 View commit details
    Browse the repository at this point in the history
  5. Remove old code leftover

    Jai-JAP committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    59c5491 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7fbe340 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f0a83c6 View commit details
    Browse the repository at this point in the history
  8. Fix caching on build

    - Fix cache on x64
    - Run tar as root
    Jai-JAP committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    9da21a8 View commit details
    Browse the repository at this point in the history
  9. Bump (Test caching)

    Jai-JAP committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    dd9a13c View commit details
    Browse the repository at this point in the history