Skip to content

Commit

Permalink
Only openj9 is special case, hotspot and graalvm should be ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
delgurth committed Apr 6, 2021
1 parent 0dad330 commit e770277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_data.bash
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ done
RELEASE_QUERY='.[]
| select(.file_type | IN("tar.gz", "zip"))
| .["features"] = (.features | map(select(IN("musl", "javafx", "lite", "large_heap"))))
| [([.vendor, if (.jvm_impl == "hotspot") then empty else .jvm_impl end, if ((.features | length) == 0) then empty else (.features | join("-")) end, .version] | join("-")), .filename, .url, .sha256]
| [([.vendor, if (.jvm_impl == "openj9") then .jvm_impl else empty end, if ((.features | length) == 0) then empty else (.features | join("-")) end, .version] | join("-")), .filename, .url, .sha256]
| @tsv'
for FILE in "${DATA_DIR}"/*.json
do
Expand Down

0 comments on commit e770277

Please sign in to comment.