Skip to content

Commit 5826a07

Browse files
committedJan 10, 2023
8299693: Change to Xcode12.4+1.1 devkit for building on macOS at Oracle
Reviewed-by: erikj Backport-of: 4b6809b
1 parent d49851a commit 5826a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎make/conf/jib-profiles.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,7 @@ var getJibProfilesDependencies = function (input, common) {
10351035

10361036
var devkit_platform_revisions = {
10371037
linux_x64: "gcc11.2.0-OL6.4+1.0",
1038-
macosx: "Xcode12.4+1.0",
1038+
macosx: "Xcode12.4+1.1",
10391039
windows_x64: "VS2022-17.1.0+1.0",
10401040
linux_aarch64: "gcc11.2.0-OL7.6+1.0",
10411041
linux_arm: "gcc8.2.0-Fedora27+1.0",

0 commit comments

Comments
 (0)
Please sign in to comment.