File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6565 debug-level : ${{ fromJSON(inputs.debug-levels) }}
6666
6767 steps :
68- - name : ' Checkout the JDK source'
68+ - name : ' Checkout the JDK17 source'
6969 uses : actions/checkout@v3
7070
71+ - name : ' Checkout the JDK8 source'
72+ uses : actions/checkout@v3
73+ with :
74+ fetch-depth : 1
75+ ref : dev/v2/jdk8u
76+ path : cvm/jdk8u
77+
7178 - name : ' Determine version'
7279 id : version
7380 run : echo "::set-output name=version::$(cat ./cvm/conf/version)"
Original file line number Diff line number Diff line change 6868 - name : ' Checkout the JDK source'
6969 uses : actions/checkout@v3
7070
71+ - name : ' Checkout the JDK8 source'
72+ uses : actions/checkout@v3
73+ with :
74+ ref : dev/v2/jdk8u
75+ path : cvm/jdk8u
76+
7177 - name : ' Determine version'
7278 id : version
7379 run : echo "::set-output name=version::$(cat ./cvm/conf/version)"
Original file line number Diff line number Diff line change 7171 test-suite : ' hotspot8'
7272
7373 steps :
74- - name : ' Checkout the JDK source'
74+ - name : ' Checkout the JDK17 source'
7575 uses : actions/checkout@v3
7676
77+ - name : ' Checkout the JDK8 source'
78+ uses : actions/checkout@v3
79+ with :
80+ ref : dev/v2/jdk8u
81+ path : cvm/jdk8u
82+
7783 - name : ' Determine version'
7884 id : version
7985 run : echo "::set-output name=version::$(cat ./cvm/conf/version)"
You can’t perform that action at this time.
0 commit comments