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

structured_sources: Allow build_tgt to be added as source #13351

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

Commits on Jul 17, 2024

  1. structured_sources: Allow build_tgt to be added as source

    In some cases, there is a need to use a built library as a "source" for
    another target. Specifically Java JAR might want to contain their own
    native JNI libraries in order to provide a single file "executable".
    sp1ritCS committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    2d10c0f View commit details
    Browse the repository at this point in the history
  2. testcases/framework/libgcrypt: dont fail with missing libgcrypt-config

    libgcrypt 1.11.0 on Arch doesnt ship with libgcrypt-config anymore. It
    only provides libgcrypt.pc.
    sp1ritCS committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    6a1bf5d View commit details
    Browse the repository at this point in the history
  3. ciimage/arch: don't force java to be 1.8

    Parent introduced unit test (9 jni) that depends on at least java 9,
    thus causing the test to be skipped.
    sp1ritCS committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    73f5c39 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a3d050 View commit details
    Browse the repository at this point in the history