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 7a3a587 commit 19b2877Copy full SHA for 19b2877
dev/build/init-settings.sh
@@ -13,5 +13,10 @@ then
13
fi
14
15
cp ${THIS}/swift-t-settings.sh.template ${THIS}/swift-t-settings.sh
16
-echo "Created ${THIS}/swift-t-settings.sh"
17
-echo "You may edit swift-t-settings.sh before building."
+
+if (( ${CONDA_BUILD:-0} == 0 ))
18
+then
19
+ # This output is suppressed during a conda build
20
+ echo "Created ${THIS}/swift-t-settings.sh"
21
+ echo "You may edit swift-t-settings.sh before building."
22
+fi
0 commit comments