File tree Expand file tree Collapse file tree 7 files changed +0
-17
lines changed Expand file tree Collapse file tree 7 files changed +0
-17
lines changed Original file line number Diff line number Diff line change 3333 uses : actions/checkout@v4
3434 with :
3535 repository : graalvm/mx
36- fetch-depth : 1
3736 ref : ${{ env.MX_VERSION }}
3837 path : ${{ env.MX_PATH }}
3938 - name : Set up Python
Original file line number Diff line number Diff line change @@ -62,21 +62,18 @@ jobs:
6262 - name : Checkout oracle/graal
6363 uses : actions/checkout@v4
6464 with :
65- fetch-depth : 1
6665 path : ${{ github.workspace }}/graal
6766 - name : Checkout oracle/graaljs
6867 uses : actions/checkout@v4
6968 with :
7069 repository : oracle/graaljs
71- fetch-depth : 1
7270 sparse-checkout : |
7371 graal-js
7472 path : ${{ github.workspace }}/js
7573 - name : Checkout graalvm/mx
7674 uses : actions/checkout@v4
7775 with :
7876 repository : graalvm/mx.git
79- fetch-depth : 1
8077 ref : master
8178 path : ${{ env.MX_PATH }}
8279 - name : Set up Python
Original file line number Diff line number Diff line change @@ -172,7 +172,6 @@ jobs:
172172 with :
173173 repository : graalvm/mx.git
174174 ref : ${{ env.MX_VERSION }}
175- fetch-depth : 1
176175 path : ${{ env.MX_PATH }}
177176 - name : Set up Python
178177 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 6868 steps :
6969 - name : Checkout oracle/graal
7070 uses : actions/checkout@v4
71- with :
72- fetch-depth : 1
7371 - name : Build GraalVM JDK
7472 uses : ./.github/actions/build-graalvm
7573 with :
8482 uses : actions/checkout@v4
8583 with :
8684 repository : micronaut-projects/micronaut-core
87- fetch-depth : 1
8885 path : ${{ env.MICRONAUT_CORE_PATH }}
8986 - name : Run nativeTest in micronaut-core
9087 run : |
Original file line number Diff line number Diff line change 7474 steps :
7575 - name : Checkout oracle/graal
7676 uses : actions/checkout@v4
77- with :
78- fetch-depth : 1
7977 - name : Build GraalVM JDK
8078 uses : ./.github/actions/build-graalvm
8179 with :
Original file line number Diff line number Diff line change 6868 steps :
6969 - name : Checkout oracle/graal
7070 uses : actions/checkout@v4
71- with :
72- fetch-depth : 1
7371 - name : Build GraalVM JDK
7472 uses : ./.github/actions/build-graalvm
7573 with :
8886 uses : actions/checkout@v4
8987 with :
9088 repository : oracle/graalvm-reachability-metadata
91- fetch-depth : 1
9289 path : ${{ env.REACHABILITY_METADATA_PATH }}
9390 - name : " Populate matrix"
9491 id : set-matrix
@@ -112,7 +109,6 @@ jobs:
112109 uses : actions/checkout@v4
113110 with :
114111 repository : oracle/graalvm-reachability-metadata
115- fetch-depth : 1
116112 - name : Download GraalVM JDK build
117113 uses : actions/download-artifact@v4
118114 with :
Original file line number Diff line number Diff line change 6666 steps :
6767 - name : Checkout oracle/graal
6868 uses : actions/checkout@v4
69- with :
70- fetch-depth : 1
7169 - name : Build GraalVM JDK
7270 uses : ./.github/actions/build-graalvm
7371 with :
7674 uses : actions/checkout@v4
7775 with :
7876 repository : spring-projects/spring-petclinic
79- fetch-depth : 1
8077 path : ${{ env.SPRING_PETCLINIC_PATH }}
8178 - name : Run nativeTest in spring-petclinic
8279 run : |
You can’t perform that action at this time.
0 commit comments