Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-19270

Shared CI to build and test WildFly issue with Windows and JDK11

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 32.0.0.Final
    • None
    • Build System
    • None

      Currently in https://github.com/wildfly/wildfly/blob/main/.github/workflows/shared-wildfly-build-and-test.yml file we have 2 JDK setup for JDK11 (JDK11 and JDK17)

      The setup for JDK11 occurs after WildFly has been built. This causes the lookup of **/pom.xml files done by the task to compute a cache hash to run into https://github.com/actions/upload-artifact/issues/240 on Windows.

      We could do a single setup of multiple JDKs: 11 and 17, then configure JAVA_HOME when building to point to the needed JDK.

       

            jdenise@redhat.com Jean Francois Denise
            jdenise@redhat.com Jean Francois Denise
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: