Skip to content

Commit 2f3b6bd

Browse files
joschihalcyon
andauthored
Explicitly add CRaC and Fibers support for identifiers (#222)
Refs #220 Co-authored-by: Scott McLeod <halcyonblue@gmail.com>
1 parent 3e8c80b commit 2f3b6bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

update_data.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ done
5252

5353
RELEASE_QUERY='.[]
5454
| select(.file_type | IN("tar.gz", "tgz", "zip"))
55-
| .["features"] = (.features | map(select(IN("musl", "javafx", "lite", "large_heap", "certified"))))
55+
| .["features"] = (.features | map(select(IN("musl", "javafx", "lite", "large_heap", "certified", "crac", "fiber"))))
5656
| [([.vendor, if (.image_type == "jre") then .image_type else empty end, 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]
5757
| @tsv'
5858
for FILE in "${DATA_DIR}"/*.json

0 commit comments

Comments
 (0)