Skip to content

Commit

Permalink
swift(*): Add notes about optional dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Chawye Hsu <[email protected]>
  • Loading branch information
chawyehsu committed Mar 4, 2024
1 parent 56eacb9 commit 6e3adf6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
8 changes: 6 additions & 2 deletions bucket/swift-nightly.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"depends": "dorado/wix",
"suggest": {
"python": "main/python",
"python39": "versions/python39",
"vcredist": "extras/vcredist2022"
},
"installer": {
Expand Down Expand Up @@ -55,5 +55,9 @@
"hash": {
"url": "$url.sha256"
}
}
},
"notes": [
"Swift Toolchain does not bundle Python39 which is a requirement for LLDB to work.",
"Please install Python39 from versions/python39 if you want to use the LLDB debugger."
]
}
8 changes: 6 additions & 2 deletions bucket/swift-snapshot.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"depends": "dorado/wix",
"suggest": {
"python": "main/python",
"python39": "versions/python39",
"vcredist": "extras/vcredist2022"
},
"installer": {
Expand Down Expand Up @@ -50,5 +50,9 @@
"url": "https://download.swift.org/development/windows10/swift-DEVELOPMENT-SNAPSHOT-$matchBuild/swift-DEVELOPMENT-SNAPSHOT-$matchBuild-windows10.exe"
}
}
}
},
"notes": [
"Swift Toolchain does not bundle Python39 which is a requirement for LLDB to work.",
"Please install Python39 from versions/python39 if you want to use the LLDB debugger."
]
}
8 changes: 6 additions & 2 deletions bucket/swift.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"depends": "dorado/wix",
"suggest": {
"python": "main/python",
"python39": "versions/python39",
"vcredist": "extras/vcredist2022"
},
"installer": {
Expand Down Expand Up @@ -42,5 +42,9 @@
"url": "https://download.swift.org/swift-$version-release/windows10/swift-$version-RELEASE/swift-$version-RELEASE-windows10.exe"
}
}
}
},
"notes": [
"Swift Toolchain does not bundle Python39 which is a requirement for LLDB to work.",
"Please install Python39 from versions/python39 if you want to use the LLDB debugger."
]
}

0 comments on commit 6e3adf6

Please sign in to comment.