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

Add CI with TRIK toolchain #725

Merged
merged 6 commits into from
Aug 30, 2023
Merged

Commits on Aug 24, 2023

  1. Downgrade Google Test version

    Due to GCC 4.9 in TRIK toolchain last supported Google Test version is v1.10.0
    WoWaster committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    6850ea2 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Add trik_not_brick CONFIG flag

    Must be used to run ARM binaries using QEMU, otherwise the app tries to
    use brick hardware which is unavailable
    WoWaster committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    624bfd1 View commit details
    Browse the repository at this point in the history
  2. Check for Python version when using PyPreConfig

    PyPreConfig is new feature of Python 3.8. Currently TRIK toolchain uses Python 3.5 which fails to build without guards
    WoWaster committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    feaf5ac View commit details
    Browse the repository at this point in the history
  3. Add TRIK toolchain CI

    WoWaster committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    337b9bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf6c472 View commit details
    Browse the repository at this point in the history
  5. Fix git dubious ownership error

    safe.directory option must be configured in global scope for security
    reasons
    WoWaster committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    e8ce87d View commit details
    Browse the repository at this point in the history