Remove the support for CURRENT_SDK (#251)

This PR removes the no longer needed support for `CURRENT_SDK`.
This commit is contained in:
Dmitry Kovba
2025-06-26 10:40:34 -04:00
committed by GitHub
parent e693139ab9
commit de2be705de
8 changed files with 11 additions and 49 deletions
-3
View File
@@ -14,9 +14,6 @@
# limitations under the License.
opts=()
if [ ! -z "${CURRENT_SDK}" ] ; then
opts+=("-Xswiftc" "-DCURRENT_SDK")
fi
opts+=("--allow-writing-to-directory" "$1")
opts+=("generate-documentation")
opts+=("--target" "ContainerSandboxService")