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

Force JNI use on CI #228

Merged
merged 7 commits into from
Dec 21, 2021
Merged

Commits on Dec 21, 2021

  1. Remove anonymous class

    Getting weird errors when building this on Windows…
    alexarchambault committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    e5cb1eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac3e657 View commit details
    Browse the repository at this point in the history
  3. Force JNI use on CI

    So that we can catch Windows issues there
    alexarchambault committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    e005dc8 View commit details
    Browse the repository at this point in the history
  4. Don't run JDK 11 tests and MiMA checks on Windows

    Not sure the 'eval "$(cs java --env)"' works as expected.
    
    And getting weird errors on Windows when running mimaReportBinaryIssues:
    ```
    [error] D:\a\interface\interface\interface\src\main\java\coursierapi\error\CoursierError.java:3:1: error while writing coursierapi.error.CoursierError: could not create parent directories
    ```
    alexarchambault committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    c11aa11 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    74fb10f View commit details
    Browse the repository at this point in the history
  6. Run CI on macOS too

    Just in case
    alexarchambault committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    59add70 View commit details
    Browse the repository at this point in the history
  7. Missing settings

    alexarchambault committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    9201e33 View commit details
    Browse the repository at this point in the history