Skip to content

Commit 52cb329

Browse files
committedOct 19, 2020
8254862: lldb in devkit doesn't work
Reviewed-by: lmesnik, mikael, ihse
1 parent 60f63ec commit 52cb329

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

‎make/conf/jib-profiles.js

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

961961
var devkit_platform_revisions = {
962962
linux_x64: "gcc10.2.0-OL6.4+1.0",
963-
macosx_x64: "Xcode11.3.1-MacOSX10.15+1.0",
963+
macosx_x64: "Xcode11.3.1-MacOSX10.15+1.1",
964964
windows_x64: "VS2019-16.7.2+1.0",
965965
linux_aarch64: "gcc10.2.0-OL7.6+1.0",
966966
linux_arm: "gcc8.2.0-Fedora27+1.0",

‎make/devkit/createMacosxDevkit.sh

-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ EXCLUDE_DIRS=" \
9191
Platforms/AppleTVSimulator.platform \
9292
Platforms/iPhoneSimulator.platform \
9393
Platforms/WatchSimulator.platform \
94-
Contents/SharedFrameworks/LLDB.framework \
9594
Contents/SharedFrameworks/ModelIO.framework \
9695
Contents/SharedFrameworks/XCSUI.framework \
9796
Contents/SharedFrameworks/SceneKit.framework \

0 commit comments

Comments
 (0)
Please sign in to comment.