Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8254862: lldb in devkit doesn't work
Reviewed-by: lmesnik, mikael, ihse
  • Loading branch information
erikj79 committed Oct 19, 2020
1 parent 60f63ec commit 52cb329
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion make/conf/jib-profiles.js
Expand Up @@ -960,7 +960,7 @@ var getJibProfilesDependencies = function (input, common) {

var devkit_platform_revisions = {
linux_x64: "gcc10.2.0-OL6.4+1.0",
macosx_x64: "Xcode11.3.1-MacOSX10.15+1.0",
macosx_x64: "Xcode11.3.1-MacOSX10.15+1.1",
windows_x64: "VS2019-16.7.2+1.0",
linux_aarch64: "gcc10.2.0-OL7.6+1.0",
linux_arm: "gcc8.2.0-Fedora27+1.0",
Expand Down
1 change: 0 additions & 1 deletion make/devkit/createMacosxDevkit.sh
Expand Up @@ -91,7 +91,6 @@ EXCLUDE_DIRS=" \
Platforms/AppleTVSimulator.platform \
Platforms/iPhoneSimulator.platform \
Platforms/WatchSimulator.platform \
Contents/SharedFrameworks/LLDB.framework \
Contents/SharedFrameworks/ModelIO.framework \
Contents/SharedFrameworks/XCSUI.framework \
Contents/SharedFrameworks/SceneKit.framework \
Expand Down

1 comment on commit 52cb329

@bridgekeeper
Copy link

@bridgekeeper bridgekeeper bot commented on 52cb329 Oct 19, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.