We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a6236b commit 96d4208Copy full SHA for 96d4208
utils/build-toolchain-tensorflow
@@ -127,6 +127,7 @@ set -x
127
YEAR=$(date +"%Y")
128
MONTH=$(date +"%m")
129
DAY=$(date +"%d")
130
+TOOLCHAIN_VERSION_DATE="5.0.${YEAR}${MONTH}${DAY}"
131
TOOLCHAIN_VERSION="swift-tensorflow-LOCAL-${YEAR}-${MONTH}-${DAY}-a"
132
ARCHIVE="${TOOLCHAIN_VERSION}-${HOST}.tar.gz"
133
SYM_ARCHIVE="${TOOLCHAIN_VERSION}-osx-symbols.tar.gz"
@@ -159,6 +160,6 @@ fi
159
160
darwin_toolchain_display_name="${DISPLAY_NAME}" \
161
darwin_toolchain_display_name_short="${DISPLAY_NAME_SHORT}" \
162
darwin_toolchain_xctoolchain_name="${TOOLCHAIN_NAME}" \
- darwin_toolchain_version="${TOOLCHAIN_VERSION}" \
163
+ darwin_toolchain_version="${TOOLCHAIN_VERSION_DATE}" \
164
darwin_toolchain_alias="Swift for TensorFlow" \
165
${INSTALLER_PACKAGE}
0 commit comments