File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,20 @@ correct programs easier for the developer.
90
90
91
91
* For each platform, we will start with Ubuntu 20.04
92
92
93
+ ## Open Questions
94
+
95
+ * Where should swiftlang be installed on the system?
96
+ * Option 1: Diverge the install location between platform to best fit the platform requirements.
97
+ * symlink the toolchain into /usr/ to avoid conflicting with llvm.org binaries.
98
+ * Option 2: Install in /usr and rename llvm-project binaries (example: swift-lldb/lldb-swift ...)
99
+ * [GitHub discussion](https://github.com/apple/swift-installer-scripts/pull/37#discussion_r726707320)
100
+ * Should we support multiple swiftlang versions on the system?
101
+ * Multiple packages:
102
+ * swiftlang
103
+ * swiftlang-runtime
104
+
105
+
106
+
93
107
## Contributing
94
108
95
109
Before contributing, please read [ CONTRIBUTING.md] ( CONTRIBUTING.md ) .
You can’t perform that action at this time.
0 commit comments