File tree Expand file tree Collapse file tree 2 files changed +15
-15
lines changed
jdk-modules/ffm-api/src/main/kotlin Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -155,18 +155,6 @@ jobs:
155
155
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
156
156
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
157
157
158
- - name : 💥 Uploading jvm error logs
159
- if : steps.gradle-build.outcome == 'failure' && always()
160
- uses : actions/upload-artifact@v3
161
- with :
162
- name : ${{ matrix.os }}-jvm-error-logs
163
- path : |
164
- hs_err*
165
- ${{ github.workspace }}/hs_err*
166
- ${{ env.MKTEMP_PATH }}/*hs-err*
167
- if-no-files-found : warn
168
- retention-days : 30
169
-
170
158
- name : 📤 Uploading ${{ matrix.os }} executable jar
171
159
if : steps.gradle-build.outcome == 'success' && runner.os == 'Linux'
172
160
uses : actions/upload-artifact@v3
@@ -217,6 +205,18 @@ jobs:
217
205
# git push origin HEAD:${{ github.event.repository.default_branch }}
218
206
fi
219
207
208
+ - name : 💥 Uploading JVM error logs
209
+ if : steps.gradle-build.outcome == 'failure' && always()
210
+ uses : actions/upload-artifact@v3
211
+ with :
212
+ name : ${{ matrix.os }}-jvm-error-logs
213
+ path : |
214
+ hs_err*
215
+ ${{ github.workspace }}/hs_err*
216
+ ${{ env.MKTEMP_PATH }}/*hs-err*
217
+ if-no-files-found : warn
218
+ retention-days : 30
219
+
220
220
# GitHub Release Action on tag push
221
221
release :
222
222
name : 🚰 Release new version.
Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ object FFMApi {
41
41
fun run () {
42
42
println (" ----- Project Panama -----" )
43
43
memoryAPIs()
44
- downCalls()
45
- terminal()
46
- dhReflection()
44
+ // downCalls()
45
+ // terminal()
46
+ // dhReflection()
47
47
}
48
48
49
49
private fun downCalls () {
You can’t perform that action at this time.
0 commit comments