Skip to content

Commit 538dd6e

Browse files
entlichergilles-duboscq
authored andcommitted
[GR-46116] Upgraded trufflejson library.
PullRequest: graal/14734
2 parents df58d34 + 6a49ed5 commit 538dd6e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ci_includes/publish-javadoc.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252

5353
local all_builds = [
54-
common.post_merge + linux_amd64 + common.labsjdk17 + javadoc_publisher,
54+
# common.post_merge + linux_amd64 + common.labsjdk17 + javadoc_publisher,
5555
],
5656
// adds a "defined_in" field to all builds mentioning the location of this current file
5757
builds:: [{ defined_in: std.thisFile } + b for b in all_builds]

truffle/mx.truffle/suite.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,10 @@
142142
},
143143

144144
"TruffleJSON" : {
145-
"urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/trufflejson-20220320.jar"],
146-
"digest" : "sha512:b9f95acd4373acc5c86c2863e797313f7e97b39fa41566768a67f792f9cf3e642343fcbde2e6433069debc53babe766b09697eb775301f6f08773e75cfad9e83",
147-
"sourceUrls": ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/trufflejson-20220320-src.jar"],
148-
"sourceDigest" : "sha512:fe05059681fa01023a290a4a653e26007df0b76ecec81e2796828d34c7906986a502b0321f308578a15b695251b5a00b4b38cbc36a8165fbc3676cf4ac9b6ef9",
145+
"urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/trufflejson-20230227.jar"],
146+
"digest" : "sha512:2b48819e94ca82472ffbdd3befc214351e1cfd0f87eb97d4aed092b48f11b53a7d82a637b008e022254781d2439aefe45ca4794eea8ad05de69934c5317c9a27",
147+
"sourceUrls": ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/trufflejson-20230227-src.jar"],
148+
"sourceDigest" : "sha512:ecf08ea386398a9834f560e0afbb1bc2630037e3b170fe6d5c60e23ed4e198072cec2cd3569bdc1cae22318cd5fb97123dc5bb6d1e138c08f8d5c612f486956a",
149149
},
150150

151151
"VISUALVM-LIB-JFLUID-HEAP" : {

0 commit comments

Comments
 (0)